WeiTang114 / MVCNN-TensorFlow

An Multi-View CNN (MVCNN) implementation with TensorFlow.
MIT License
120 stars 67 forks source link

Can we train our model without the pretrained AlexNet model? #19

Closed foxfromworld closed 6 years ago

foxfromworld commented 6 years ago

Hi,

Can we train our model from scratch instead of using the pretrained AlexNet model? Thank you so much!!

Best regards,

WeiTang114 commented 6 years ago

Yes. You can run the training command without --caffemodel for training from scratch. I'm closing the issue. Feel free to reopen it if you encounter any problem. :)

foxfromworld commented 6 years ago

Thank you so much