-
Notifications
You must be signed in to change notification settings - Fork 65
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
Converging of the network for different data sets? #12
Comments
I am not very sure about this, but generally NTM is harder to converge compared with other DL models, which is a main drawback of this model. |
Hi @snowkylin, I also faced some problem with RGB images. Have you tried MANN implementation for RGB images. |
@albertchristianto No, I haven't tried RGB images. Maybe you can try to convert images into gray scale and see if there is any change on the performance of the model. Sorry that I am busy these days and cannot afford much time to analyse other codes. |
@albertchristianto what about the accuracy? It is working or just converging? |
@snowkylin I extracted the feature using VGG16 then use it as my MANN input. it's okay. Thank you for your quick response. |
@albertchristianto check whether he used something like weight clipping or gradient norm. Because for me this cord is error free algorithmic wise. |
I tried to train this network to identify 13 classes with 5 RGB images for each class.
One image is like this.
I modified the network to work with RGB. But even after 100000 iterations cannot see any kind of convergence.
Do you think this network is not capable of remembering information in above-mentioned images? Because in character data set the information is not complex as much as in above type images.
The text was updated successfully, but these errors were encountered: