-
Notifications
You must be signed in to change notification settings - Fork 55
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
Places2 or ImageNet dataset? #10
Comments
Actually, I tried to do that, but gave it up finally. |
I am going to write a paper, which uses the code you implement. Can I put your website in the paper? thank you for your contribution.
…---Original---
From: "Otenim"<[email protected]>
Date: Thu, Sep 19, 2019 03:55 AM
To: "otenim/GLCIC-PyTorch"<[email protected]>;
Cc: "Mention"<[email protected]>;"zhengbowei"<[email protected]>;
Subject: Re: [otenim/GLCIC-PyTorch] Places2 or ImageNet dataset? (#10)
@zhengbowei
Actually, I tried to do that, but gave it up finally.
places2 and imagenet are far larger datasets compared to celeba,
then I found that it takes more than 3 or 4 months to complete the whole training process in my environment (GTX 1080 Ti X 4).
I cannot use my gpus for months only to create a model. This is why I gave it up.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Of course, feel free to cite my code base. |
hello, I use your code to train more than 1 million ImageNet images, but the effect is very poor, the inpainting effect is blurred, I would like to ask what is the different parameter settings between training imagenet and training celeba?
Thank you 。
…---Original---
From: "Otenim"<[email protected]>
Date: Thu, Sep 19, 2019 16:09 PM
To: "otenim/GLCIC-PyTorch"<[email protected]>;
Cc: "Mention"<[email protected]>;"zhengbowei"<[email protected]>;
Subject: Re: [otenim/GLCIC-PyTorch] Places2 or ImageNet dataset? (#10)
@zhengbowei
Of course, feel free to cite my code base.
I hope your paper get accepted in a good conference :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Imagenet was apparently not used to train the proposed model in the original paper, so it's difficult to tell a promising training setting. However, the paper says they used Places2.
The last option Be careful about memory utilization of GPUs. |
hello, I training my project using Place2 datasets and the last option --arc is seted as places2. |
Did you apply these options when executing the training script ? |
Excuse me,I'd like to know if you have models running on places2 or Imagenet datasets, and if you can provide them. Thank you!
The text was updated successfully, but these errors were encountered: