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
File "main.py", line 284, in main
with open(cfg.path.cfg_copy, encoding="utf-8", mode="w") as f: #utf-8
OSError: [Errno 22] Invalid argument: 'E:\pycode\MFFN_COD-main\output\MFFN_BS8_LR0.05_E50_H384_W384_OPMsgd_OPGMfinetune_SCf3_AMP_INFOdemo\cfg_2024-02-28 17:38:33.649741.py'
File "main.py", line 284, in main
with open(cfg.path.cfg_copy, encoding="utf-8", mode="w") as f: #utf-8
OSError: [Errno 22] Invalid argument: 'E:\pycode\MFFN_COD-main\output\MFFN_BS8_LR0.05_E50_H384_W384_OPMsgd_OPGMfinetune_SCf3_AMP_INFOdemo\cfg_2024-02-28 17:38:33.649741.py'
正常训练时,出现以上报错。在以上报错中,写入的是日期和时间,不知道为什么写入几个之后突然报以上错误是怎么回事,明明可以正常打开写入,写入几条之后突然说报错,是什么问题?
有人遇到这个问题吗?请求大佬的帮助
The text was updated successfully, but these errors were encountered: