keras-resnet icon indicating copy to clipboard operation
keras-resnet copied to clipboard

Where is the model saved?

Open DeepStillWater opened this issue 6 years ago • 2 comments

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.

DeepStillWater avatar Jun 19 '18 11:06 DeepStillWater

.......就是啊,咋保存啊哪个兄dei说一下???

xdr940 avatar Dec 19 '18 14:12 xdr940

add model.save(some_path) method to the end of the cifar.py can solve it.

YokkaBear avatar Mar 11 '19 04:03 YokkaBear