pluskid / Mocha.jl

Deep Learning framework for Julia
Other
1.29k stars 254 forks source link

Fix headers in dump network script for caffe API change #223

Closed micahjsmith closed 7 years ago

micahjsmith commented 7 years ago

A caffe API change refactored include/caffe/vision_layers.hpp into several smaller files.

See bvlc/caffe#3315 for details on the caffe API change.

I used https://github.com/BVLC/caffe/pull/3315/files as a reference for what the older header corresponded to in terms of new headers.

I also had to add caffe/util/hdf5.hpp for it to compile, though I don't think that was part of the API change.

pluskid commented 7 years ago

Thanks a lot!