mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
fix the bug of save model
This commit is contained in:
parent
40c65e952b
commit
c3b973d977
@ -42,7 +42,7 @@ def _mkdir_if_not_exist(path):
|
||||
'be happy if some process has already created {}'.format(
|
||||
path))
|
||||
else:
|
||||
raise OSError('failed to mkdir {}'.format(path))
|
||||
raise OSError('Failed to mkdir {}'.format(path))
|
||||
|
||||
|
||||
def _load_state(path):
|
||||
|
Loading…
x
Reference in New Issue
Block a user