We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error appears as soon as the training starts.
I am running this sample: https://github.com/losttech/Gradient-Samples/tree/master/ResNetBlock I used TensorFlow-DirectML by replacing this line with GradientEngine.UseCondaEnvironment("tf-dx-1.x");
GradientEngine.UseCondaEnvironment("tf-dx-1.x");
The same code also with TensorFlow-DirectML appears to be working fine on another machine with NVidia GPU.
The text was updated successfully, but these errors were encountered:
Thanks lostmsu. Sounds like a driver issue, so we'll need to do some investigation.
Sorry, something went wrong.
No branches or pull requests
The error appears as soon as the training starts.
I am running this sample: https://github.com/losttech/Gradient-Samples/tree/master/ResNetBlock
I used TensorFlow-DirectML by replacing this line with
GradientEngine.UseCondaEnvironment("tf-dx-1.x");
The same code also with TensorFlow-DirectML appears to be working fine on another machine with NVidia GPU.
The text was updated successfully, but these errors were encountered: