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

I try to write the training phase, but there are some problems occurring #10

Open
Sweetclover opened this issue Sep 1, 2020 · 5 comments

Comments

@Sweetclover
Copy link

No description provided.

@belkakari
Copy link
Collaborator

You can ask about the problems here, we will be happy to help

@Sweetclover
Copy link
Author

After computing the loss value, the oldest styles are removed
from the pool to keep its size at T.

Can I choose 8 as the value of T?

@belkakari
Copy link
Collaborator

In the paper, we've used T=100. This was not an issue in terms of memory since we've stored only style vectors of relatively small size (3 for daytime and 12 for wikiart), but you definitely are welcome to experiment with the hyperparameters

@Sweetclover
Copy link
Author

initial learning rate 0:0001 for both generators and discriminators, halving the learning rate every 200000 iterations.

But what's the total number of your iterations during training?

@denkorzh
Copy link
Collaborator

denkorzh commented Sep 3, 2020

For the dataset of landscapes:

We trained the translation model for 450 thousand iterations with batch size four on a single NVIDIA Tesla P40.

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