-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
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
rnn classifies mnist #645
Comments
|
Here is the full code. |
The error in the code is likely due to the mismatch between PyTorch tensors and JAX arrays. The
to convert PyTorch tensors to JAX arrays. |
test.txt
I use LSTM to classify mnist data and find that the loss of the network cannot converge at all. Is the RNN given by the framework correct? I give the script that runs
The text was updated successfully, but these errors were encountered: