You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for your well-structured code. I've noticed that each time it runs, it defaults to backing up the code from the current run to the experiment storage files, seemingly excluding the "outputs" folder. However, if I change exp_root_dir in the config file, say, to "exp_results", it causes a loop that stores the results in this folder, leading to an exponential increase in memory usage. Could you advise me on how I should modify the code?
The text was updated successfully, but these errors were encountered:
@XinYu-Andy Yes the CodeSnapshotCallback saves all git-tracked files (except for load/). This could be a problem, I'll reopen this issue and mark it as "enhancement". Thanks for reporting!
Hi, thank you for your well-structured code. I've noticed that each time it runs, it defaults to backing up the code from the current run to the experiment storage files, seemingly excluding the "outputs" folder. However, if I change exp_root_dir in the config file, say, to "exp_results", it causes a loop that stores the results in this folder, leading to an exponential increase in memory usage. Could you advise me on how I should modify the code?
The text was updated successfully, but these errors were encountered: