Skip to content
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

part-CNN training problem? #3

Open
whyou5945 opened this issue Jan 24, 2018 · 2 comments
Open

part-CNN training problem? #3

whyou5945 opened this issue Jan 24, 2018 · 2 comments

Comments

@whyou5945
Copy link

whyou5945 commented Jan 24, 2018

i'm wondering whether anyone retrain the model and achieve the accuracy as reported in the paper? now i'm stuck on the part-cnn training process. problems are listed below:

  1. the data to the part-cnn, how to get? by running the attention model on the training dataset and crop?
  2. if we get the data, how to train the six parts? finetune every part individually then finetune together? or we just finetune all together?
    thanks for answering.
    hope to get answer from the author @Jianlong-Fu , looking forward.
@Heliang-Zheng
Copy link

@whyou5945

  1. The data for part-cnn are obtained by running the attention model on the training dataset and crop.
  2. Fine tune every part individually, then extract the parts' 512-dim features and concatenate them together to train a fc layer for the final classification. Tips: a large drop_ratio for the drop out layer would be helpful.

@kli017
Copy link

kli017 commented Aug 29, 2018

@whyou5945 Hello, Do you retrained the part-cnn? I was trying to retrain the model on CUB but it seems do not converge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants