PacktPublishing / Deep-Learning-for-Computer-Vision

Deep Learning for Computer Vision, by Packt
MIT License
215 stars 167 forks source link

8_cat_vs_dog_fine_tune.py #10

Open DusanBaek opened 4 years ago

DusanBaek commented 4 years ago

I cannot find out 'fc_model.h5'. Where can i find it out?

tylee33 commented 4 years ago

7_cat_vs_dog_bottleneck.py Enter the following code at the end

model.save_weights('fc_model.h5')