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

Where to change the weight of the layers? #31

Open
babyjia opened this issue Feb 19, 2019 · 0 comments
Open

Where to change the weight of the layers? #31

babyjia opened this issue Feb 19, 2019 · 0 comments

Comments

@babyjia
Copy link

babyjia commented Feb 19, 2019

I'm sorry to bother you that, here is the code:
min_level_weight, max_level_weight = int(cur_level+1)-cur_level, cur_level-int(cur_level)

I wonder if the 'cur_level' need to be changed during the iterations ? And when the iteration grows bigger the max_level_weight grows bigger too
But in the code It has be set as follows and never change

phases = {'stabilize':[0, train_kimg//batch_size], 'fade_in':[train_kimg//batch_size+1, (transition_kimg+train_kimg)//batch_size]}

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

1 participant