lgarithm / crystalnet

crystalnet -- a mini core AI library (being refactored, see https://github.com/lgarithm/stdnn-ops)
MIT License
16 stars 3 forks source link

Training example at large or median scale #82

Open lgarithm opened 6 years ago

lgarithm commented 6 years ago

Now we have demonstrated the possibility of implementing well known models with crystalnet, by giving two examples: vgg16 and yolov2.

But we still don't have an example of training the model from scratch.

We need to choose a model that isn't too small, but also not too large, and build a training example for it.

lgarithm commented 6 years ago

@luomai @zsdonghao any suggestions?

luomai commented 6 years ago

resnet-50 is a good choice.