summaryrefslogtreecommitdiff
path: root/tools/train_net.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-08-06fix deprecation warningsEvan Shelhamer1-2/+2
2014-08-06LICENSE governs the whole project so strip file headersEvan Shelhamer1-2/+0
2014-07-26LOG(ERROR)->LOG(FATAL), and misc script changes.Yangqing Jia1-1/+1
2014-07-25oops, wrong deprecation message (should have --)Yangqing Jia1-1/+1
2014-07-25Adding new caffe binary that does everything in one binary; deprecating ↵Yangqing Jia1-28/+2
device_query, finetune_net, net_speed_benchmark, train_net
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-2/+0
- collect CUDA includes in device_alternate.hpp - add guards for CUDA code - move GPU code into cu from cpp - make CUDA includes and libraries conditional in Makefile - drop CUDA dependency from travis-ci build
2014-03-27make ReadProtoFromTextFile not die on parse failure; addJeff Donahue1-1/+1
ReadProtoFromTextFileOrDie which has the old functionality
2014-03-27tools should have nonzero error exit codesJonathan L Long1-1/+1
2014-03-27passing too many args to tool binaries is an errorJonathan L Long1-1/+1
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer1-1/+1
2014-02-26fix linter errors in examplesJeff Donahue1-1/+1
2014-02-26Make tools/ for core binaries, stow scripts/ in tools/extraEvan Shelhamer1-0/+37
Collect core Caffe tools like train_net, device_query, etc. together in tools/ and include helper scripts under tools/extra.