Replies: 1 comment 3 replies
-
Did you finally manage to solve the problem? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run my notebook (that works fine on google colab or other similar platforms) on Intel OpenFL.
I am using MNIST with this net:
But I have this error:
I probably do not understand how works the plan and how to initialize it correctly. I think it is like that the training procedure is taken from the "torch_cnn_mnist" example and applied on my custom network. But being the networks different, it fails.
Beta Was this translation helpful? Give feedback.
All reactions