feiwang3311 / Lantern

BSD 3-Clause "New" or "Revised" License
167 stars 15 forks source link

ONNX Support #7

Closed TiarkRompf closed 5 years ago

TiarkRompf commented 5 years ago
TiarkRompf commented 5 years ago

All done? Cool! Do we have a commit that we can reference as completing the ticket? It also seems the onnx branch is still around. Can it be merged into master?

feiwang3311 commented 5 years ago

This commit 7b16cab551e7683cb7a126ef961f2757acad154a can server as the reference. The onnx branch may keep around for a while. I want to develop other models (such as resnet). Be noted that I haven't done training experiment with Squeezenet. My correctness guarantee is based on simple unit test and correct inference result.

TiarkRompf commented 5 years ago

But the functionality for training (SqueezeNet or others) is implemented? We still need to verify that training actually works, but perhaps it's more meaningful with the GPU backend anyways.

In any case we should delete this branch (it's merged into master I assume?). New models will be part of #9 and we should branch off of master again for those.

feiwang3311 commented 5 years ago

Yes, the functionality is implemented and tested by unit tests.

I will delete this branch then :)