keras-resnet
keras-resnet copied to clipboard
Where is the model saved?
I run the cifar10.py,but the model do not saved,I used the commend model.save,it not have the methods, I want to know how to save the model.
.......就是啊,咋保存啊哪个兄dei说一下???
add model.save(some_path) method to the end of the cifar.py can solve it.