-
Notifications
You must be signed in to change notification settings - Fork 30
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
Model Folder is empty #8
Comments
I didn't put the pretrained model here. You need to train by yourself. |
Also what is the technique, used for CUB attributes because there are 312 attributes but you processed attributes? What technique you used? I am trying to understand the meaning of this |
Also, I am getting this error, don't know why?
I am assuming the value of |
The 312 attributes are clustered according to whether they are the same attribute. |
The input image size is 448448, not 224224. |
Thank you for you quick answers.
|
The categorical_crossentropy loss in Keras may changed its API. you can try to set |
The prediction of network is a list of length 30 in which there are 28 attributes and what are the other two? I got the prediction on image, how can i see the attention on image? |
The |
Why the model folder is empty and where is model reside? I can't able to find it
The text was updated successfully, but these errors were encountered: