chenyuntc / pytorch-book

PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
MIT License
11.99k stars 3.73k forks source link

mode.save error #234

Open Dawn-Fan opened 3 years ago

Dawn-Fan commented 3 years ago

OSError: [Errno 22] Invalid argument: '../checkpoints/a_042820:21:39.pth' 我们要把: : : 改为- - - 就像name = time.strftime(prefix+'%m%d%H-%M-%S.pth') 就好了