flyyufelix / DenseNet-Keras

DenseNet Implementation in Keras with ImageNet Pretrained Models
MIT License
566 stars 264 forks source link

Training own model #13

Closed Zumbalamambo closed 6 years ago

Zumbalamambo commented 6 years ago

how do I train my own model ?

flyyufelix commented 6 years ago

I host another github repo with detailed code and writeup on training/fine-tuning with your own dataset https://github.com/flyyufelix/cnn_finetune. DenseNet is included.