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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我进行到checkpoint500的时候就磁盘空间不足没法继续了,我就想着重新从checkpoint500继续训练,但是发现这个继续训练会报错
错误如下:
File "/root/autodl-tmp/ChatGLM3/finetune_demo/finetune_hf.py", line 564, in
app()
File "/root/autodl-tmp/ChatGLM3/finetune_demo/finetune_hf.py", line 533, in main
checkpoint = int(checkpoint_str.replace("checkpoint-", ""))
ValueError: invalid literal for int() with base 10: '.ipynb_checkpoints'
请问这是为什么啊?
Beta Was this translation helpful? Give feedback.
All reactions