faustomilletari / VNet

GNU General Public License v3.0
284 stars 123 forks source link

where is .caffemodel file? #22

Closed kirk86 closed 7 years ago

kirk86 commented 7 years ago

Hi, shouldn't there be a .caffemodel file along with .prototxt? For instance if I want to load the model in another library shouldn't I have a .caffemodel file?

faustomilletari commented 7 years ago

We are not providing a pre trained model.

Fausto Milletarì Sent from my iPhone

On 26 Mar 2017, at 10:40, kirk86 notifications@github.com wrote:

Hi, shouldn't there be a .caffemodel file along with .prototxt? For instance if I want to load the model in another library shouldn't I have a .caffemodel file?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

kirk86 commented 7 years ago

@faustomilletari thanks. So that means that I would be able to retrain without issues even without the .caffemodel right?