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

0.8.1 keeps writing into "version_0" folder instead of creating new version_1/2/3... #2761

Closed
AAnoosheh opened this issue Jul 30, 2020 · 4 comments
Assignees

Comments

@AAnoosheh
Copy link

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)
@github-actions
Copy link
Contributor

Hi! thanks for your contribution!, great first issue!

@rohitgr7
Copy link
Contributor

Try 0.8.5?

@awaelchli
Copy link
Member

or you may even need to be on master (or 0.9 soon). I recently fixed an issue with save_dir here #2681

@awaelchli awaelchli self-assigned this Jul 31, 2020
@Borda
Copy link
Member

Borda commented Aug 4, 2020

@AAnoosheh I am sorry, there won't be any fixes in v0.8.1 pls consider an upgrade to latest version

@Borda Borda closed this as completed Aug 4, 2020
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

4 participants