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

preview of dnn models (alexnet and vgg16) #30

Closed lgarithm closed 6 years ago

lgarithm commented 6 years ago

This PR is now ready for review. After it it merged, there will be several PRs to cleanup/refactor the APIs.

luomai commented 6 years ago

cool! are you going to train the vgg16 on Azure?

lgarithm commented 6 years ago

We are not fast enough for training yet. I will run prediction with pre-trained parameters: https://github.com/lgarithm/crystalnet/issues/31 meanwhile do some cleanup.