We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.7.6 (I believe) would properly create a new "version_X" folder per run, but since upgrading to 0.8.1, it no longer does this.
Here's my logging-related code in my train script, which are then passed onto Trainer:
# custom logging directory logger = pl.loggers.TestTubeLogger( save_dir=logging_dir, name=args.name ) log_ckpt = pl.callbacks.ModelCheckpoint(save_top_k=-1, verbose=True)
The text was updated successfully, but these errors were encountered:
Hi! thanks for your contribution!, great first issue!
Sorry, something went wrong.
Try 0.8.5?
or you may even need to be on master (or 0.9 soon). I recently fixed an issue with save_dir here #2681
@AAnoosheh I am sorry, there won't be any fixes in v0.8.1 pls consider an upgrade to latest version
awaelchli
No branches or pull requests
0.7.6 (I believe) would properly create a new "version_X" folder per run, but since upgrading to 0.8.1, it no longer does this.
Here's my logging-related code in my train script, which are then passed onto Trainer:
The text was updated successfully, but these errors were encountered: