Closed drscotthawley closed 5 months ago
A quick fix is just to add the kwarg , exist_ok=True
to the offending line, line 40 in train/__init__.py
With that change, the error goes away and the model trains!
Thank you! The issue has been fixed by 09773076f2cc0033cf39b99e1ecdb305f57d578d.
Thank you for sharing your code. After completing all the installation, I tried running what I thought was the appropriate command for training, but I get an error in that it seems to try to create the same directory twice, and generates an error on the second time. Is this normal? Do you have any suggestions for fixing it?
Thanks!
(Before running, the directory
/runs/shawley/polyffusion/
is completely empty)PS I get a similar "File exists" error when running the command copied from the README: