-
Notifications
You must be signed in to change notification settings - Fork 4
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
how to visualize memory transformation matrix W. #2
Comments
Find the RNN unit in the keras model (https://github.com/yangarbiter/multilabel-learn/blob/master/mlearn/models/rethinknet/rethinkNet.py#L126) When the RNN unit is SimpleRNN, you can just plot the recurrent matrix in it, that's the memory transformation matrix W. |
Thanks for your reply :), I am writing a paper and want to cite your paper. And I have two other questions: |
Hi, Previously we found that adding another layer between RNN and the label will improve the performance, so the number of units in RNN is set to 128.
Let me know if you have any question. |
hello, I am training rethinkNet on a image data set, I want to know how to visualize memory transformation matrix W.
The text was updated successfully, but these errors were encountered: