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

Question about the train_step() function #1

Open
Donglin-Wang2 opened this issue Nov 10, 2020 · 1 comment
Open

Question about the train_step() function #1

Donglin-Wang2 opened this issue Nov 10, 2020 · 1 comment

Comments

@Donglin-Wang2
Copy link

In the train_step() in train.py, there is a "for i in range(6):" loop. I am wondering why it is 6 and why it is there.

SinGAN/train.py

Line 126 in d7ef35f

for i in range(6):

@cryu854
Copy link
Owner

cryu854 commented Nov 12, 2020

@Donglin-Wang2 Since the trick was not mentioned in their paper, you can refer to their official configuration tamarott/SinGAN/config.py. But it seems to me that they just some hyperparameters to play around.

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

2 participants