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 I run the Pymic_examples , I found a problem in the function logging.basicConfig in the file train.py. This function call the function datetime.now() and use it in the filename.However ,the datetime.now() function include the char ":” which is not valid in filename on windows .
I am not sure if it is the problem. https://github.com/HiLab-git/PyMIC/blob/master/pymic/net_run/train.py
line 85
The text was updated successfully, but these errors were encountered:
When I run the Pymic_examples , I found a problem in the function logging.basicConfig in the file train.py. This function call the function datetime.now() and use it in the filename.However ,the datetime.now() function include the char ":” which is not valid in filename on windows .
I am not sure if it is the problem.
https://github.com/HiLab-git/PyMIC/blob/master/pymic/net_run/train.py
line 85
The text was updated successfully, but these errors were encountered: