summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-05-14fix workaround in net prototxt upgradeEvan Shelhamer1-7/+2
2014-04-26fix test_net to upgrade params from v0 if neededEvan Shelhamer1-3/+1
2014-04-26default test net device to 0 and log device chosenEvan Shelhamer1-3/+4
2014-04-26proofreading and trivial polishEvan Shelhamer1-5/+3
2014-04-26add device id arg to test_net (fix #232)Evan Shelhamer1-4/+7
2014-04-07Back-merge documentation and fixesEvan Shelhamer1-1/+0
2014-04-04strip confusing confusing comment about shuffling filesEvan Shelhamer1-1/+0
2014-03-27add NetParameterPrettyPrint so that upgrade tool prints inputs beforeJeff Donahue1-2/+7
2014-03-27update docs (and a couple comments) for refactored layerparamJeff Donahue1-18/+18
2014-03-27fix upgrade_net_proto namesJeff Donahue2-2/+2
2014-03-27cleaner version of refactoring with fields added to LayerConnectionJeff Donahue3-72/+98
2014-03-27some post rebase fixes -- copyright, hdf5_output layer (still need toJeff Donahue1-1/+1
2014-03-27allow upgrade_net_proto to also read/write binary protos (e.g. savedJeff Donahue1-11/+32
2014-03-27make all tools backwards compatible with v0 net paramJeff Donahue4-25/+8
2014-03-27upgrade_net_proto: allow input files already in new proto formatJeff Donahue1-7/+13
2014-03-27add test for input/input_dim and fix bug, wasn't copying inputJeff Donahue1-1/+1
2014-03-27add upgrade_net_proto toolJeff Donahue1-0/+45
2014-03-27make ReadProtoFromTextFile not die on parse failure; addJeff Donahue5-5/+5
2014-03-27tools should have nonzero error exit codesJonathan L Long7-7/+7
2014-03-27passing too many args to tool binaries is an errorJonathan L Long5-5/+5
2014-03-27Standardize copyright, add root-level CONTRIBUTORS creditEvan Shelhamer10-10/+10
2014-03-21Merge pull request #209 from jeffdonahue/loss-in-forward-passJeff Donahue1-2/+4
2014-03-19Back-merge documentation and script fixesEvan Shelhamer1-3/+3
2014-03-19fix script path incantationEvan Shelhamer1-3/+3
2014-03-19Merge pull request #161 from kloudkl/simplify_feature_extractionSergey Karayev1-0/+173
2014-03-19fix net_speed_benchmark so 'make all' worksJeff Donahue1-2/+4
2014-03-19Merge pull request #221 from jamt9000/fix-dump-networkEvan Shelhamer1-3/+3
2014-03-19File naming convention requires that two words be split by a underscoreKai Li3-5/+5
2014-03-19Fix shell script current dir bad substition errorsKai Li1-1/+1
2014-03-19Move binarize_features, retrieve_images to examples/feauture_extractionKai Li3-362/+0
2014-03-19Add a python script to generate a list of all the files in a directoryKai Li1-0/+25
2014-03-19Don't create a new batch after all the feature vectors have been savedKai Li1-2/+0
2014-03-19Fix cpplint errors for Net, its tests and feature related 3 examplesKai Li3-33/+51
2014-03-19Use lowercase underscore naming convention for Net blob & layer gettersKai Li2-4/+4
2014-03-19Move extract_features, binarize_features, retrieve_images to tools/Kai Li3-0/+494
2014-03-19Remove cudaSetDevice(1)James Thewlis1-1/+0
2014-03-18lint, except for rand/rand_rEvan Shelhamer1-3/+8
2014-03-18Set phase to TRAIN when performing backward passJames Thewlis1-0/+1
2014-03-18Display total num of processed files after computing image meanKai Li1-0/+3
2014-03-17Fix wrong argv check for whether a backward pass should be doneJames Thewlis1-1/+1
2014-03-17Prevent blob from being freed at end of if statement scopeJames Thewlis1-1/+1
2014-03-13Merge pull request #136 from kloudkl/cuda_timingEvan Shelhamer1-27/+26
2014-03-10move if outside of forlooplinmin1-6/+7
2014-03-10compute data mean for float_datalinmin1-4/+11
2014-03-04Fix the cpplint errors for benchmark TimerKai Li1-8/+13
2014-03-04Add state machine, boost::posix_time based cpu timer & tests for TimerKai Li1-10/+5
2014-03-04Replace CPU timer with newly added Timer to benchmark net speedKai Li1-44/+28
2014-03-04Synchronize GPU before CPU timers start and stop in net_speed_benchmarkKai Li1-0/+15
2014-02-28use absolute path in scriptchyojn2-5/+10
2014-02-26fix linter errors in examplesJeff Donahue8-38/+59