mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-08 23:02:27 -05:00
Ray train failed - Permission Error Windows #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yashpaneliya on GitHub (Jan 18, 2024).
Hello,
I am getting a Permission Error while running the
trainer.fit(). I am running the code a personal laptop.Code:
Error Log:
Directory:

@pluniak commented on GitHub (Mar 11, 2024):
@yashpaneliya Did you solve this?
I think this is related to Windows file locking, which is more restrictive than for Mac/Linux. I'm wondering if it has to do with multiple Ray workers. If at least one of them is still accesssing the checkpoint file then it might be blocked for copying by Windows.