summaryrefslogtreecommitdiff
path: root/examples/pycaffe
AgeCommit message (Expand)AuthorFilesLines
2016-11-27fix many typos by using codespellZhou Mo1-2/+2
2016-10-05fix typo in pascal_multilabel_datalayers.pyKun Wang1-3/+3
2016-02-29Finalized tutorial. Removed asyncronous layer.Oscar Beijbom1-99/+0
2016-02-29Refactor and improve code style.Evan Lezar2-142/+205
2016-02-29Added tutorial on how to use python datalayers and multilabel classification.Oscar Beijbom2-0/+373
2015-08-09from __future__ imports must occur at the beginning of the fileFisher Yu1-1/+1
2015-07-08Making the net_spec python3 compatiblephilkr1-2/+3
2015-06-30[examples] add Euclidean loss PythonLayerEvan Shelhamer2-0/+97
2015-06-30[examples] caffenet python specJonathan L Long1-0/+54