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

allow multiple models to be trained at the same time #14

Open
maitchison opened this issue Jul 11, 2018 · 0 comments
Open

allow multiple models to be trained at the same time #14

maitchison opened this issue Jul 11, 2018 · 0 comments

Comments

@maitchison
Copy link
Collaborator

Currently, checkpoints are saved to both a shared checkpoints folder and a unique log folder. This causes problems if two models train at the same time, as both try to write to the checkpoints folder. This can be solved by making sure all checkpoint information is stored in the log folder rather than a shared 'checkpoints' folder.

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