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

The pretraining of VGG19 #2

Open
hemp110 opened this issue Nov 9, 2017 · 3 comments
Open

The pretraining of VGG19 #2

hemp110 opened this issue Nov 9, 2017 · 3 comments

Comments

@hemp110
Copy link

hemp110 commented Nov 9, 2017

Thanks for sharing the code.
When I run the BGAN code, I find that the pretrained vgg19-like model is crucial. So how to train the model on ImageNet since it has two branch layers fc8 and fc10?

@ht014
Copy link
Owner

ht014 commented Nov 9, 2017

Actually, we could only care the fc6 and fc7 layers, so fc8 and fc10 layers have no need to pre-train.

@wu4yan
Copy link

wu4yan commented Jan 19, 2018

Thanks for sharing the code.
I wander how long it will take to train your BGAN.py program with CPU?

@ht014
Copy link
Owner

ht014 commented Jan 22, 2018

I haven't tested it on CPU, but I trained it on GPU, which costed about 5 hours.

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