summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2017-10-11add supports for cuDNN v7Icyblade Dai1-1/+1
2017-05-12Downgrade boost requirement from 1.55 to 1.54Luke Yeager1-4/+4
2017-04-13Merge pull request #4576 from CDLuminate/add-bash-completionEvan Shelhamer1-0/+73
Import bash completion script for caffe from Debian Package.
2017-04-13Updated Travis boost dependenciesGuillaume Dumont1-4/+4
2017-04-12Merge pull request #5420 from willyd/py3-lintEvan Shelhamer1-17/+22
Added python 3 compatibility to cpp_lint.py
2017-03-31Merge pull request #5477 from lukeyeager/bvlc/test-draw-netEvan Shelhamer2-0/+3
[pycaffe] Fix draw_net() and add a test
2017-03-31Add test for caffe.draw.draw_net()Luke Yeager2-0/+3
2017-03-31Add support for cuDNN v6Felix Abecassis1-1/+1
Support for cuDNN v4 and v5 is preserved.
2017-03-17Added python 3 compatibility to cpp_lint.pyGuillaume Dumont1-17/+22
2017-01-18Merge pull request #5148 from caffe-help/caffe-docs-PR1Evan Shelhamer2-0/+38
Overhaul layer catalogue documentation
2017-01-13Python 2/3 compatible download_model_binary.pyGuillaume Dumont1-2/+3
2017-01-01Overhaul layer catalogue documentation.Jonathan R. Williford2-0/+38
Create scripts/split_caffe_proto.py file for splitting up the caffe.proto file, so that parts of the file can be included from the layer help pages. Create separate pages for each layer and link each page from layers.md.
2016-11-27fix many typos by using codespellZhou Mo1-3/+3
2016-09-30NV changed path to cudnnCyprien Noel1-1/+1
2016-09-23[TravisCI] google/protobuf renamed the 3.0 branchLuke Yeager1-1/+1
2016-08-29[TravisCI] - build protobuf3 GALuke Yeager1-1/+1
2016-08-10Import bash completion script for caffe from Debian Package.Zhou Mo1-0/+73
Imported from Debian Package caffe (1.0.0~rc3+20160715-g42cd785-2).
2016-06-01Cache protobuf3 build in TravisCILuke Yeager1-16/+21
2016-05-24Overhaul TravisCILuke Yeager12-186/+258
* Run on Ubuntu 14.04 * Test cuDNN builds * Build with OpenBLAS NOTE: Python3 build only works with CMake
2016-04-24Read the data as a binaryebadawy1-1/+1
Appending 'b' in the file mode as hashlib functions require to pass in bytes
2016-03-09[build] travis: remove existing conda dirAndy Feng1-0/+2
there seems to be a caching issue at the moment; this is a temporary fix for #3786
2016-03-04Merge pull request #3770 from BlGene/lint_fixEvan Shelhamer1-1/+1
Removed lint script reference to non-existant caffe_memcpy function.
2016-03-04[travis] force protobuf 3.0.0b2 for Python 3Jonathan L Long1-1/+1
This is temporary measure to avoid an apparent upstream issue with protobuf 3.0.0b2.post1.
2016-03-04Removed lint script reference to non-existant caffe_memcpy function.max argus1-1/+1
2015-11-11fix a bug that time duration may be 0 when downloading model binarygdh19951-1/+1
2015-11-04[style] fix whitespace in travis_install.shJonathan L Long1-27/+27
2015-11-04[travis] fix boost/python3 conda conflictJonathan L Long1-0/+4
2015-11-03TravisCI: wget cmake with --no-check-certificateLuke Yeager1-1/+1
``` --2015-11-03 22:31:11-- http://www.cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh Resolving www.cmake.org (www.cmake.org)... 66.194.253.19 Connecting to www.cmake.org (www.cmake.org)|66.194.253.19|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: http://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh [following] --2015-11-03 22:31:11-- http://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh Resolving cmake.org (cmake.org)... 66.194.253.19 Connecting to cmake.org (cmake.org)|66.194.253.19|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh [following] --2015-11-03 22:31:11-- https://cmake.org/files/v3.2/cmake-3.2.3-Linux-x86_64.sh Connecting to cmake.org (cmake.org)|66.194.253.19|:443... connected. ERROR: no certificate subject alternative name matches requested host name `cmake.org'. To connect to cmake.org insecurely, use `--no-check-certificate'. ```
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