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
I use MacBook 2015 with R9 M370X with Intel Core i7-4870HQ. The benchmark program is lenet5 with mnist. Here is the program code: lenet5.zip
To run in tf-coriander, I changed all tf.truncated_normal_initializer into tf.random_normal_initializer. (See Issue#44)
tf.truncated_normal_initializer
tf.random_normal_initializer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use MacBook 2015 with R9 M370X with Intel Core i7-4870HQ.
The benchmark program is lenet5 with mnist.
Here is the program code:
lenet5.zip
To run in tf-coriander, I changed all
tf.truncated_normal_initializer
intotf.random_normal_initializer
.(See Issue#44)
The text was updated successfully, but these errors were encountered: