PyMIC icon indicating copy to clipboard operation
PyMIC copied to clipboard

a problem on windows

Open imomi263 opened this issue 2 years ago • 1 comments

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

imomi263 avatar Jun 29 '23 02:06 imomi263