imatge-upc / detection-2016-nipsws

Hierarchical Object Detection with Deep Reinforcement Learning
http://imatge-upc.github.io/detection-2016-nipsws/
MIT License
423 stars 129 forks source link

Something about training #8

Closed FeiWard closed 7 years ago

FeiWard commented 7 years ago

When I training the model, it will be saved in the models_image_zooms folder at each epoch. But when I need to test the model, It need a full model instead of some epoch of it. Could you give me some advise to solve this problem~~~

miriambellver commented 7 years ago

At each epoch, the model is a 'full model' (as you call it). An epoch just means that the model has been trained seeing all the images of the database, but all these models at different epochs can be used...

miriambellver commented 7 years ago

I guess that the problem was solved, I close the ticket