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
I also encountered the same problem. I suspected it was a problem with the time format, so I changed %m.%d-%H:%M:%S to %m-%d-%H_%M_%S, and there was no error when saving the model. Of course, you can use other name as long as you change self.datestr = now.strftime('%m.%d-%H:%M:%S') in the main.py to something else.
Thank you very much for your advice on this problem.The problem was successfully solved according to your method.If it is convenient, could you explain why?
The reason may be simple, WIN11 file names cannot contain any of the following characters: \/:*?"<>|.
It is obvious that there are significant issues with %m.%d-%H:%M:%S. However, it seems that the period (.) is also not allowed, which I am not quite sure about.
I used the data under the "Others" TAB in your readme.md file.The above error occurred after the run finished.Why is that?
The text was updated successfully, but these errors were encountered: