It is a bad idea to write to home directory commit #d1ba925cbddd69d00bd297c4cdfc90efc8a5f1f5 #76
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
invalid
This doesn't seem right
I had an error because the trainer/scheduler were not able to delete a non existing
.current_run
while the run was finishing. I bet what happened was that another parallel run, executed on a different machine with the samehome
I was performing, crashed it by deleting the file earlier.I know that the file is small but I prefer not to write to
home
directory period, especially since it may cause issues when two parallel machines sharehome
The text was updated successfully, but these errors were encountered: