-
Notifications
You must be signed in to change notification settings - Fork 104
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
Initialization and update of memory #4
Comments
When implementing this paper, I used weight parameters for the memory. Also, I want to see how to initialize and update the memory. |
Thanks @h19920918 , can your reproduce the results for example on MNIST which they show in the paper. If yes, can you share your code |
I didn't apply their main contribution about Anomaly Detection, just training my network on MNIST dataset. If I finish fixing some bugs, it might be uploaded on my GitHub. |
I uploaded my code for you. But it's not perfectly implemented. And you might feel something strange when you watch the code, since it is not main objective to perfectly implement. |
Thanks, will have a look 👍 |
@h19920918 your code runs smoothly! |
@0merjavaid Thanks! |
Your paper does not discuss about how you initialise the memory and how do you update the memory while training. Can you please share your code for this and refer me to the relevant publication where they discuss about this. Thanks
The text was updated successfully, but these errors were encountered: