-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
modify training script to update the model it starts with #39
Comments
Tested various train tasks from the GUI. Assuming slurm's train job completes successfully and produces a
Tests 5-8 (submitting the refining train job using the new GUI) have a major bug in that the model that is selected to be refined on is somehow deleted from eScr's files. The model object in eScr will still exist and will display as if it is present, but the model file will be gone: any attempt to use that model or download it will lead to a
I have been able to replicate this with both transcription and segmentation train tasks, regardless of whether the "Overwrite" checkbox is clicked. It only happens in the new GUI (see the toggle to switch between the two here). The deletion occurs at the end of the script's runtime, after the slurm job has completed and the script sends the newly trained model back into eScr -- before that, it still exists in the filesystem. The deletions are also occurring regardless of whether the user is the owner of the model or not -- I encountered disappearing models with ones that this account had only User permissions for. |
Closing based on testing and refinement from @cmroughan |
-q early
flag to get best segmentation modeltesting and review (round 2)
--update-if-improved
when using overwrite option in escriptorium and otherwise--update
The text was updated successfully, but these errors were encountered: