commit | 16c253e62e070c2cd175d54fcce955317dffdc65 | [log] [tgz] |
---|---|---|
author | Yangqing Jia <jiayq84@gmail.com> | Sun Jul 05 22:24:13 2015 -0700 |
committer | Yangqing Jia <jiayq84@gmail.com> | Mon Jul 06 21:17:18 2015 -0700 |
tree | fa3dae04a44895e5bc92e1423dc9122d0dfe5607 | |
parent | dc41b23e41bb4c73a03cd0c44cfa67bb414eb8b2 [diff] |
Some non-trivial refactoring: (1) added blob serialization. (2) registry can now use key types other than string. (3) changed load_save_op so they interface with a db. (4) change sgd iter op: it does increments so we can resume an iter. (5) mnist linear classifier tests snapshot functionality. (6) added protodb which is a small wrapper over TensorProtos.
If you are not Yangqing and you don't know what this repository is, you may have stumbled upon it with some links or forked repositories in the wild. Please, let me know since I want to make the visibility of this library as small as possible for now.
Yangqing (me@daggerfs.com)
Caffe2 is a deep learning framework made with expression, speed, and modularity in mind. It is an experimental refactoring of Caffe.
Caffe2 is released under the BSD 2-Clause license.