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

About the optimizer? #27

Open
wjllance opened this issue Dec 27, 2017 · 5 comments
Open

About the optimizer? #27

wjllance opened this issue Dec 27, 2017 · 5 comments

Comments

@wjllance
Copy link

  1. I found that the optimizer only load data at the beginning, will it reload new play data in the training progress?
    2.Hope more log can be available, such as loss with step
@wjllance
Copy link
Author

better divide log into different file, haha

@mokemokechicken
Copy link
Owner

Hi @wjllance

  1. I found that the optimizer only load data at the beginning, will it reload new play data in the training progress?

The optimizer reloads new play data at here.

2.Hope more log can be available, such as loss with step
better divide log into different file,

Surely. I think so too :)

@wjllance
Copy link
Author

So when the trainer pick a batch, it will pick from all the old data, without ignoring the very begging play data, right?
If we can produce more self play data, maybe it's a better way to select from most recent data, does it make sense?

@mokemokechicken
Copy link
Owner

So when the trainer pick a batch, it will pick from all the old data, without ignoring the very begging play data, right?

Right.
Trainer picks up all data.

If we can produce more self play data, maybe it's a better way to select from most recent data, does it make sense?

The old data will be removed by self-play at here.

config.play_data.max_file_num decides how many old data are remained.

@wjllance
Copy link
Author

oh thx, you're so nice~

mokemokechicken added a commit that referenced this issue Jan 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants