You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a large number of books, the name can exceed the allowed length and give an error:
Something went wrong while attempting to run experiment ... Please try again. Error: [Errno 36] File name too long '...[GEN,EXO,...]
Part of the fix is to make sure that the books are being simplified properly to OT, DT, NT using the functions in utils. Also, placing a check to confirm that the name is under length and if not so, adjusting the naming - maybe a dash or colon in the book list?
The text was updated successfully, but these errors were encountered:
Enkidu93
changed the title
Onboarding: Don't create ClearML task names with names that exceed the limi
Onboarding: Don't create ClearML task names with names that exceed the limit
Aug 26, 2024
When using a large number of books, the name can exceed the allowed length and give an error:
Something went wrong while attempting to run experiment ... Please try again. Error: [Errno 36] File name too long '...[GEN,EXO,...]
Part of the fix is to make sure that the books are being simplified properly to
OT
,DT
,NT
using the functions in utils. Also, placing a check to confirm that the name is under length and if not so, adjusting the naming - maybe a dash or colon in the book list?The text was updated successfully, but these errors were encountered: