Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 371 Bytes

File metadata and controls

11 lines (10 loc) · 371 Bytes

HelloPyCaffe

Mission

In this repository I try to publish some examples of using Caffe from python. Like this:

  1. Wrte python layers (loss, data and etc.)
  2. Debug python layers
  3. Incorporation python in Caffe
  4. Use LMDB
  5. Vizulize errors in loss layer (softmax, mismatch siamese or triplet)

I write plain python, but maybe duplicate iPython.