summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2015-09-17Add a comment indicating that Travis CI tests are CPU onlyT.E.A de Souza1-0/+1
2015-09-17Separate IO dependenciesTea2-2/+18
OpenCV, LMDB, LevelDB and Snappy are made optional via switches (USE_OPENCV, USE_LMDB, USE_LEVELDB) available for Make and CMake builds. Since Snappy is a LevelDB dependency, its use is determined by USE_LEVELDB. HDF5 is left bundled because it is used for serializing weights and solverstates.
2015-08-06Fix download model binary script to get correct lines on parsing tableGustavo Serra Scalet1-1/+1
The base reference of "bottom" variable was relative to the "top+1" and not to the whole readlines output. It ended up without all the lines. That could work for some gists however for the model I was looking for (see below) the sha1 key was not being parsed, as it was missing the last line. tested with the following gist: longjon/1bf3aa1e0b8e788d7e1d
2015-08-06Fix download model script to use zip archiveGustavo Serra Scalet1-3/+3
Currently GitHub is not using tarballs as archive for downloading gists therefore the script was broken as actually a zip archive was being downloaded.
2015-07-20Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build ↵philkr3-15/+52
issue #2722.
2015-05-29[travis] install lmdb through git mirrorEvan Shelhamer1-4/+4
switch to github mirror of latest tag as tarball to fix stale url.
2015-03-30Fix: libm.* doesn not existTakuya Narihira1-1/+0
2015-02-22cpp_lint.py fails silently with Python3 (which is the default on some systems).James Supancic III1-1/+1
This commit specifies Python2 with which cpp_lint.py works :-)
2015-02-16[travis] enable Python layer for testingJonathan L Long1-0/+1
2015-02-16[travis] proper cmake paramsAnatoly Baksheev1-1/+1
2015-01-22Merge pull request #1473 from longjon/pytestEvan Shelhamer3-3/+23
Python testing
2015-01-21Back-merge fixes + docsEvan Shelhamer1-1/+1
and other fixes and documentation updates.
2015-01-06[travis] run pytestJonathan L Long3-0/+22
2015-01-06[travis] remove unneeded Makefile.config sed hackingJonathan L Long1-3/+1
Make allows variable redefinition, so sed brittleness can be avoided.
2014-12-28[scripts] fix find warnings in upload_model_to_gist.shJonathan L Long1-1/+1
2014-11-14fixed filename in build_docs.shPavel Campr1-1/+1
2014-09-18[model zoo] download from gist groomingEvan Shelhamer1-9/+17
- invoke by shell - default download dir to models/ - save to flat dir of owner-gist instead of nested owner/gist
2014-09-18[model zoo] download gist scriptSergey Karayev1-0/+16
2014-09-14Merge pull request #1077 from bhack/glog_ppaJeff Donahue1-31/+5
Add ppa for gflag and glog
2014-09-14Fix a little typobhack1-2/+2
2014-09-14Fix commentsbhack1-2/+4
2014-09-13Update CUDA to version 6.5 in the Travis install scriptKai Li1-3/+3
2014-09-12Add ppa for gflag and glogbhack1-30/+2
2014-09-11restore "red X" build failures in TravisJeff Donahue4-69/+70
2014-09-11Fix lmbdb travis with openldapbhack1-3/+3
2014-09-04script to upload/update model info as gistSergey Karayev1-0/+38
2014-09-04[models] adding zoo readme; caffenet, alexnet, and rcnn models in zoo formatSergey Karayev1-0/+76
2014-09-03Merge pull request #955 from kloudkl/data-layersEvan Shelhamer1-0/+41
Further simplify the data layers and extend the MemoryDataLayer. - design BaseDataLayer and BasePrefectingDataLayer for simplification - refactor DataLayer, ImageDataLayer, and WindowDataLayer - pull up `transform_param` into layer message for de-duplication - add transformation to MemoryDataLayer
2014-09-03[docs] configure doxygen + docs script for docs/doxygen site outputEvan Shelhamer1-0/+3
2014-09-03Add lint rule for caffe data layer setupKai Li1-0/+41
2014-08-29Add boost thread in the travis install scriptKai Li1-1/+1
2014-08-17Travis build matrix to do parallel builds for make and CMake; CUDA-lessJeff Donahue4-0/+131
and CUDA-ful. Move bits of functionality into scripts under scripts/travis for readability. Only generate CUDA compute_50 for perfomance.
2014-08-13[docs] update docs generation for notebook metadataEvan Shelhamer1-1/+1
2014-08-12Add caffe/alt_fn rule to lint checks to check for functions (like memsetJeff Donahue1-0/+33
& memcpy) with caffe_* alternatives that should be used instead.
2014-08-08[docs] fix find complaint in example gathering scriptEvan Shelhamer1-1/+1
2014-08-06lint for copyrightEvan Shelhamer1-8/+7
2014-08-04Enable the 'build/include_alpha' rules to make lint check that theJeff Donahue1-1/+0
includes are correctly alphabetized.
2014-07-11[docs] shelhamer's minor suggestionsSergey Karayev1-4/+5
2014-07-11[docs] moved example md’s to examples/**/md’s and added script to gatherSergey Karayev4-5/+71
them for publication
2014-04-22add caffe/random_fn lint rule to check for use of rand, rand_r, randomJeff Donahue1-1/+34
2014-04-09Back-merge docs and example image changes from `master` to `dev`Evan Shelhamer1-0/+0
2014-04-08rename doc deploy script for better tab completionEvan Shelhamer1-0/+0
2014-04-07Back-merge documentation and fixesEvan Shelhamer1-5/+8
format installation docs, add links Add hdf5 requirements to 10.9 notes, drop cmake (not linked) fix im2col height/width bound check bug (issue #284 identified by @kmatzen) strip confusing confusing comment about shuffling files add /etc/rc.local hint for boot configuration of gpus Include k40 images per day benchmark drop caffe presentation in favor of dropbox link make build_docs.sh script work from anywhere proofread, fix dead link, standardize NVIDIA capitalization Added Link in index.md to perfomance_hardware.md Added Performance and Hardware Tips imagenet fix: ilvsrc -> ilsvrc
2014-04-02make build_docs.sh script work from anywhereEvan Shelhamer1-5/+8
2014-03-28make lint check for 'Copyright [year] BVLC and contributors.'Jeff Donahue1-3/+3
2014-03-28compile the copyright regexJeff Donahue1-1/+4
2014-03-19fix script path incantationEvan Shelhamer1-1/+1
2014-03-19Fix shell script current dir bad substition errorsKai Li1-1/+1
2014-03-18build_docs scriptSergey Karayev1-0/+8
2014-02-28Back-merge documentation updates from masterEvan Shelhamer1-13/+24
Draft development guidelines, link from README minor readme polish add hardware notes to installation outline pull request etiquette polish doc build and deploy and allow other remotes fix path for mnist leveldb creation fix examples shell scripts: too many dollar signs, not enough coffee fix formatting + notebook url of 8c245b5 update detection example post re-arrangement in #124