Open FunkyFrog1 opened 7 months ago
@FunkyFrog1 Has this error only recently appeared after you upgraded to Ray 2.10?
Could you also check if the file that is being copied actually exists? Another hypothesis is that the parent directory creation is not working well on windows -- note that windows support for Ray Tune is not tested thoroughly at the moment.
@FunkyFrog1 Has this error only recently appeared after you upgraded to Ray 2.10?
Could you also check if the file that is being copied actually exists? Another hypothesis is that the parent directory creation is not working well on windows -- note that windows support for Ray Tune is not tested thoroughly at the moment.
Reboot my computer can fix it. I am certainly sure the file exists, it may due to the Windows server system.
What happened + What you expected to happen
I tested two different models in my computer. Everything is ok at the beginning, but after running for a long time, it started to report a WARNING.
And I 've try to restart my code, this time it reported immediately, and I couldn't shut it down by
import warnings warnings.filterwarnings("ignore")
It looks like a sync problem, may cause by running two model at once, so I try to run a single model. It still happened!!!The same report.
Here are my code.
Versions / Dependencies
Windows
Python=3.11.7
ray 2.10.0 torch 2.1.1 tensorboard 2.16.2 tensorboard-data-server 0.7.2 tensorboardX 2.6.2.2
Reproduction script
Issue Severity
None