Doubt about the folder structure generated by pytorch lightning #6550
Unanswered
yorard123
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to create my own "structure folder" for my project in pytorch lightning. The folder that I want to use as a root to store the results of a single experiment is given by parameter.I tried to set the default_root_dir parameter to choose where to save my experiments, but, torch ligthinig is creating the following folders inside the root_dir 'lightning_logs/version_0'. I tried to bypass that using the weights_save_path. However, I di not achieve the results. I would like to have something like:
my_root_path:
I did not found the way to disable the creation of lightning_logs/version_0. Is it possible to do it?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions