-
-
Revert "Fix Python net drawing script"
This reverts commit db6cf0a.
lukeyeager committedMar 31, 2017
-
Stop setting cache timeout in TravisCI
It refers to the caching command timeout, not how long before the caches expire as I had thought.
-
Add level and stages to pycaffe
Uses Boost.Python's pattern matching to differentiate between constructors Also adds Python tests for all-in-one nets
-
Add phase, level and stages to tools/caffe
Adds command-line flags for phase, level and stage train -- override level and stages for test_state from solver test -- set level and stages time -- set phase, level and stages
lukeyeager committedJun 1, 2016 -
Add level and stages to Net constructor
This internal functionality will be exposed through the various interfaces in subsequent commits Also adds C++ tests for all-in-one nets
lukeyeager committedJun 1, 2016
-
Cache protobuf3 build in TravisCI
lukeyeager committedJun 1, 2016
-
* Run on Ubuntu 14.04 * Test cuDNN builds * Build with OpenBLAS NOTE: Python3 build only works with CMake
-
-
Print to stderr for example LMDB code
lukeyeager committedFeb 26, 2016 -
Don't set map_size=1TB in util/db_lmdb
Instead, double the map size on the MDB_MAP_FULL exception.
lukeyeager committedFeb 26, 2016
-
TravisCI: wget cmake with --no-check-certificate
``` --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'. ```
lukeyeager committedNov 3, 2015
-
Install libs as non-executable files
According to the Debian policy manual, "Shared libraries should not be installed executable, since the dynamic linker does not require this and trying to execute a shared library usually results in a core dump." https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-runtime
-
Add ALLOW_LMDB_NOLOCK build option
This option lets you open LMDB files with the MDB_NOLOCK flag. You should not set this flag if you will be reading LMDBs with any possibility of simultaneous read and write.
-
Re-ordering some lines in build files
Enforcing a consistent ordering - OpenCV, LevelDB, LMDB This will allow me to add the ALLOW_LMDB_NOLOCK option just after the USE_LMDB option, while keeping the IO dependency options together.
lukeyeager committedSep 25, 2015
-
-
-
Allow H5T_INTEGER in HDF5 files
lukeyeager committedSep 24, 2015
-
-
Expose LayerFactory::LayerTypeList in pycaffe
Useful for validating NetParameters without crashing on SIGABRT
-
Change log levels in upgrade_proto
It's not an error if the upgrade succeeds
-
No functional changes, just fixing whitespace errors and typos in comments