-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Promote caffe-0.14 branch to master #114
Commits on Aug 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 990835f - Browse repository at this point
Copy the full SHA 990835fView commit details -
Fix the MVNLayer tests so they actually test what they claim. MVNLayer fixes: sum_multiplier_ sized correctly; backward gradient calculation. Gradient calculation per analysis of seanbell, found here: BVLC#1938 Fixes according to review comments.
Configuration menu - View commit details
-
Copy full SHA for 1f3f952 - Browse repository at this point
Copy the full SHA 1f3f952View commit details -
Configuration menu - View commit details
-
Copy full SHA for c548a79 - Browse repository at this point
Copy the full SHA c548a79View commit details -
Merge pull request BVLC#2981 from maaskola/draw-deconvolution
Draw Deconvolution layers like Convolution layers
Configuration menu - View commit details
-
Copy full SHA for 93b4835 - Browse repository at this point
Copy the full SHA 93b4835View commit details -
Merge pull request BVLC#2964 from jyegerlehner/mvn-layer-fixes
Fix MVNLayer
Configuration menu - View commit details
-
Copy full SHA for 215bea0 - Browse repository at this point
Copy the full SHA 215bea0View commit details -
Fix previous mistake on unimplemented top and address pyramid_height_…
…==1 in SPPLayer also, do nothing in SPPLayer Reshape if already reshaped once and bottom size unchanged
Configuration menu - View commit details
-
Copy full SHA for 292dbc5 - Browse repository at this point
Copy the full SHA 292dbc5View commit details -
Merge pull request BVLC#2970 from ronghanghu/spp-fix
Fix SPPLayer top blob num and address `pyramid_height_ == 1`
Configuration menu - View commit details
-
Copy full SHA for b7e4bfe - Browse repository at this point
Copy the full SHA b7e4bfeView commit details
Commits on Aug 27, 2015
-
Merge pull request BVLC#2944 from philkr/python_layer_param
Give the python layer parameter/weight blobs.
Configuration menu - View commit details
-
Copy full SHA for f572eef - Browse repository at this point
Copy the full SHA f572eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f64b9e - Browse repository at this point
Copy the full SHA 4f64b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7fe4d - Browse repository at this point
Copy the full SHA 4d7fe4dView commit details -
Merge pull request BVLC#2989 from jyegerlehner/embed-layer-compile-wa…
…rning Fix EmbedLayer compiler warning for unused variable.
Configuration menu - View commit details
-
Copy full SHA for 4c561fd - Browse repository at this point
Copy the full SHA 4c561fdView commit details
Commits on Aug 30, 2015
-
Previously, the prefetch GPU -> top GPU and prefetch CPU -> prefetch GPU copies were launched concurrently in separate streams, allowing the next batch to be copied in before the current one is read. This patch explicitly synchronizes the prefetch -> top copy wrt the host, preventing the CPU -> GPU from being launched until its completion.
Configuration menu - View commit details
-
Copy full SHA for 846f2c3 - Browse repository at this point
Copy the full SHA 846f2c3View commit details -
Merge pull request BVLC#2894 from mfigurnov/fix-truncation-warning
Fix truncation of value warning
Configuration menu - View commit details
-
Copy full SHA for d3dc7b4 - Browse repository at this point
Copy the full SHA d3dc7b4View commit details -
Merge pull request BVLC#2998 from longjon/data-race
Fix a recently introduced race condition in DataLayer
Configuration menu - View commit details
-
Copy full SHA for d362894 - Browse repository at this point
Copy the full SHA d362894View commit details
Commits on Sep 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a675172 - Browse repository at this point
Copy the full SHA a675172View commit details -
Merge pull request BVLC#3007 from philkr/neg_lr_mult
Compute backward for negative lr_mult
Configuration menu - View commit details
-
Copy full SHA for 2d55e31 - Browse repository at this point
Copy the full SHA 2d55e31View commit details -
Cleanup: Fixup capitalisation of Caffe_POSTFIX.
Replaces CAffe_POSTFIX -> Caffe_POSTFIX.
Configuration menu - View commit details
-
Copy full SHA for b04000e - Browse repository at this point
Copy the full SHA b04000eView commit details -
Fix memory leak in convert_mnist_siamese_data.
This fixes a memory leak by using delete[] rather than plain delete.
Configuration menu - View commit details
-
Copy full SHA for e8f96f5 - Browse repository at this point
Copy the full SHA e8f96f5View commit details -
Merge pull request BVLC#3008 from darrengarvey/cleanup-cmake-variable
Cleanup: Fixup capitalisation of Caffe_POSTFIX.
Configuration menu - View commit details
-
Copy full SHA for 6567ce1 - Browse repository at this point
Copy the full SHA 6567ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 583194a - Browse repository at this point
Copy the full SHA 583194aView commit details
Commits on Sep 2, 2015
-
Fix some doxygen warnings about an undocumented argument in Blob and incorrect documentation for SoftmaxWithLossLayer::Forward_cpu().
Configuration menu - View commit details
-
Copy full SHA for 6f5812c - Browse repository at this point
Copy the full SHA 6f5812cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca0ab6 - Browse repository at this point
Copy the full SHA 6ca0ab6View commit details -
Merge pull request BVLC#3009 from darrengarvey/cleanup-documentation-…
…warnings Fix up documentation errors.
Configuration menu - View commit details
-
Copy full SHA for e7a1dd0 - Browse repository at this point
Copy the full SHA e7a1dd0View commit details -
Merge pull request BVLC#3011 from darrengarvey/fixup-cifar10-example
cifar10: Fix examples by setting snapshot_format.
Configuration menu - View commit details
-
Copy full SHA for d900435 - Browse repository at this point
Copy the full SHA d900435View commit details -
Merge pull request BVLC#3012 from lukeyeager/convert-imageset-logging
Show output from convert_imageset tool
Configuration menu - View commit details
-
Copy full SHA for 35980eb - Browse repository at this point
Copy the full SHA 35980ebView commit details -
Merge pull request BVLC#3010 from darrengarvey/fixup-memory-leak-siamese
Fix memory leak in convert_mnist_siamese_data.
Configuration menu - View commit details
-
Copy full SHA for cbb2ed1 - Browse repository at this point
Copy the full SHA cbb2ed1View commit details -
Merge pull request BVLC#2990 from mattdawkins/add-openblas-path
Add extra OpenBLAS include search path
Configuration menu - View commit details
-
Copy full SHA for e8e660d - Browse repository at this point
Copy the full SHA e8e660dView commit details
Commits on Sep 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d1a0345 - Browse repository at this point
Copy the full SHA d1a0345View commit details -
Configuration menu - View commit details
-
Copy full SHA for 784dfdd - Browse repository at this point
Copy the full SHA 784dfddView commit details -
Merge pull request BVLC#3014 from jeffdonahue/trivial-slice-concat
Allow trivial slice/concat
Configuration menu - View commit details
-
Copy full SHA for 66823b5 - Browse repository at this point
Copy the full SHA 66823b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46c3f00 - Browse repository at this point
Copy the full SHA 46c3f00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c248474 - Browse repository at this point
Copy the full SHA c248474View commit details -
Merge pull request BVLC#2959 from jeffdonahue/netspec-allow-non-itera…
…ble-repeated NetSpec: don't require lists to specify single-element repeated fields
Configuration menu - View commit details
-
Copy full SHA for 50cbf01 - Browse repository at this point
Copy the full SHA 50cbf01View commit details
Commits on Sep 4, 2015
-
Merge pull request BVLC#3023 from jeffdonahue/param-debug-info-fix
fix Net debug_info to report learnable params
Configuration menu - View commit details
-
Copy full SHA for 0486127 - Browse repository at this point
Copy the full SHA 0486127View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bdc18c - Browse repository at this point
Copy the full SHA 1bdc18cView commit details -
Fix AccuracyLayerTest for per-class accuracy.
Fix AccuracyLayerTest for per-class accuracy. Previously in BVLC#2935, it crashes since the test accuracy is nan (0/0) when a class never appear.
Configuration menu - View commit details
-
Copy full SHA for aa40ab9 - Browse repository at this point
Copy the full SHA aa40ab9View commit details -
Merge pull request BVLC#3027 from ronghanghu/fix-accuracy-test
Fix AccuracyLayerTest for per-class accuracy.
Configuration menu - View commit details
-
Copy full SHA for c09c30d - Browse repository at this point
Copy the full SHA c09c30dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a244f9 - Browse repository at this point
Copy the full SHA 9a244f9View commit details -
enabling the alternate solvers to be accessed by the python interface
Daniel Gordon committedSep 4, 2015 Configuration menu - View commit details
-
Copy full SHA for 5cc76ad - Browse repository at this point
Copy the full SHA 5cc76adView commit details -
Merge pull request BVLC#3024 from danielgordon10/python-solver-fix
[pycaffe] expose all solvers for direct instantiation (although note get_solver)
Configuration menu - View commit details
-
Copy full SHA for 5367a1a - Browse repository at this point
Copy the full SHA 5367a1aView commit details
Commits on Sep 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1394cdc - Browse repository at this point
Copy the full SHA 1394cdcView commit details
Commits on Sep 9, 2015
-
Minor: missing space in string formatting
Sean Bell committedSep 9, 2015 Configuration menu - View commit details
-
Copy full SHA for 8fbac04 - Browse repository at this point
Copy the full SHA 8fbac04View commit details -
Merge pull request BVLC#3048 from seanbell/minor-string-fix
Minor: missing space in string formatting
Configuration menu - View commit details
-
Copy full SHA for 4f8775c - Browse repository at this point
Copy the full SHA 4f8775cView commit details
Commits on Sep 14, 2015
-
Use EXPECT_NEAR in EltwiseLayer test
Otherwise there seem to be some numerical issues causing BLAS results not exactly same as evaluated results in test code.
Configuration menu - View commit details
-
Copy full SHA for 3456259 - Browse repository at this point
Copy the full SHA 3456259View commit details -
Merge pull request BVLC#2941 from thatguymike/MultiGPUDocs
Add some documentation on Multi-GPU support
Configuration menu - View commit details
-
Copy full SHA for 5b3ad4d - Browse repository at this point
Copy the full SHA 5b3ad4dView commit details -
Merge pull request BVLC#3063 from ronghanghu/use-expectnear-in-eltwis…
…elayertest Use EXPECT_NEAR in EltwiseLayer test
Configuration menu - View commit details
-
Copy full SHA for f87658a - Browse repository at this point
Copy the full SHA f87658aView commit details -
Check that the snapshot directory is writeable before starting training
Sean Bell committedSep 14, 2015 Configuration menu - View commit details
-
Copy full SHA for ab554cb - Browse repository at this point
Copy the full SHA ab554cbView commit details -
Merge pull request BVLC#3049 from seanbell/check-snapshot-prefix
Check that the snapshot directory is writeable before starting training
Configuration menu - View commit details
-
Copy full SHA for e4baef2 - Browse repository at this point
Copy the full SHA e4baef2View commit details
Commits on Sep 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b7f9cba - Browse repository at this point
Copy the full SHA b7f9cbaView commit details
Commits on Sep 16, 2015
-
Merge pull request BVLC#3070 from mohomran/resize_nd-image_bug
bug in caffe.io.resize_image when applied to images with 2 or >3 channels
Configuration menu - View commit details
-
Copy full SHA for 71e0587 - Browse repository at this point
Copy the full SHA 71e0587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d3a8b2 - Browse repository at this point
Copy the full SHA 3d3a8b2View commit details
Commits on Sep 17, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for f3a933a - Browse repository at this point
Copy the full SHA f3a933aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2349c6d - Browse repository at this point
Copy the full SHA 2349c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c9e2b - Browse repository at this point
Copy the full SHA 68c9e2bView commit details -
Merge pull request BVLC#2523 from BonsaiAI/separate-io-dependencies
Separate dependencies for configurable installation
Configuration menu - View commit details
-
Copy full SHA for 5ff3734 - Browse repository at this point
Copy the full SHA 5ff3734View commit details -
Merge pull request BVLC#3074 from ronghanghu/show-use-cpu
Get back 'USE CPU' print for caffe train
Configuration menu - View commit details
-
Copy full SHA for 2a585f7 - Browse repository at this point
Copy the full SHA 2a585f7View commit details -
[build] include IO dependencies by default
keep old behavior by including leveldb, lmdb, and opencv by default
Configuration menu - View commit details
-
Copy full SHA for e75ae96 - Browse repository at this point
Copy the full SHA e75ae96View commit details -
Merge pull request BVLC#3081 from shelhamer/include-io-by-default
include IO dependencies by default
Configuration menu - View commit details
-
Copy full SHA for 3d12b5d - Browse repository at this point
Copy the full SHA 3d12b5dView commit details
Commits on Sep 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f75d594 - Browse repository at this point
Copy the full SHA f75d594View commit details
Commits on Sep 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4c2ff16 - Browse repository at this point
Copy the full SHA 4c2ff16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0813f32 - Browse repository at this point
Copy the full SHA 0813f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8206e - Browse repository at this point
Copy the full SHA 9d8206eView commit details -
Merge pull request BVLC#2049 from jeffdonahue/nd-convolution
ND convolution with im2col
Configuration menu - View commit details
-
Copy full SHA for 2e1c1cb - Browse repository at this point
Copy the full SHA 2e1c1cbView commit details -
Merge pull request BVLC#3083 from yanchen036/master
refine format of switch case statement in solver
Configuration menu - View commit details
-
Copy full SHA for 68655b5 - Browse repository at this point
Copy the full SHA 68655b5View commit details
Commits on Sep 20, 2015
-
[build] check xcode command line tools version >= 6
future-proof version check for BLAS libraries on OS X fix BVLC#3092
Configuration menu - View commit details
-
Copy full SHA for da75a0e - Browse repository at this point
Copy the full SHA da75a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a40c2a0 - Browse repository at this point
Copy the full SHA a40c2a0View commit details -
Merge pull request BVLC#3095 from longjon/fix-deconv-backward
Fix broken DeconvolutionLayer GPU backward caused by ND conv typo
Configuration menu - View commit details
-
Copy full SHA for 9dca961 - Browse repository at this point
Copy the full SHA 9dca961View commit details -
fix broken conv/deconv reshaping caused by reading bottom shape in
LayerSetUp This also eliminates the extra copying of bottom's shape.
Configuration menu - View commit details
-
Copy full SHA for 6a00eca - Browse repository at this point
Copy the full SHA 6a00ecaView commit details
Commits on Sep 21, 2015
-
Merge pull request BVLC#3093 from shelhamer/check-xcode-clt-version
[build] check xcode command line tools version >= 6
Configuration menu - View commit details
-
Copy full SHA for 58e4ea4 - Browse repository at this point
Copy the full SHA 58e4ea4View commit details -
Merge pull request BVLC#3096 from longjon/fix-conv-reshape
Fix broken conv/deconv reshaping
Configuration menu - View commit details
-
Copy full SHA for d425e59 - Browse repository at this point
Copy the full SHA d425e59View commit details
Commits on Sep 24, 2015
-
[test] TestReshape: check small then large
checking large then small can mask failure since the smaller shape memory will fit within the larger shape.
Configuration menu - View commit details
-
Copy full SHA for 74e1745 - Browse repository at this point
Copy the full SHA 74e1745View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae77b15 - Browse repository at this point
Copy the full SHA ae77b15View commit details -
[test] TestReshape: check that shapes actually change
Check that output spatial shape varies with input shape while the output num matches the input num.
Configuration menu - View commit details
-
Copy full SHA for b8c81bd - Browse repository at this point
Copy the full SHA b8c81bdView commit details -
Merge pull request BVLC#3112 from shelhamer/test-reshape-harder
[test] Test Reshape more rigorously
Configuration menu - View commit details
-
Copy full SHA for ff6b288 - Browse repository at this point
Copy the full SHA ff6b288View commit details -
Merge pull request BVLC#2951 from dplarson/examples_readme_link
[examples] fix link to feature visualization notebook
Configuration menu - View commit details
-
Copy full SHA for 37dc63c - Browse repository at this point
Copy the full SHA 37dc63cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e390c - Browse repository at this point
Copy the full SHA 84e390cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc9963 - Browse repository at this point
Copy the full SHA ebc9963View commit details -
Merge pull request BVLC#2978 from lukeyeager/h5t_integer
Allow H5T_INTEGER in HDF5 files
Configuration menu - View commit details
-
Copy full SHA for 349ff65 - Browse repository at this point
Copy the full SHA 349ff65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 859f938 - Browse repository at this point
Copy the full SHA 859f938View commit details -
Merge pull request BVLC#3115 from lukeyeager/fix-generate-sample-data
Fix generate_sample_data.py
Configuration menu - View commit details
-
Copy full SHA for 674b349 - Browse repository at this point
Copy the full SHA 674b349View commit details
Commits on Sep 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 200bd40 - Browse repository at this point
Copy the full SHA 200bd40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c02c8b - Browse repository at this point
Copy the full SHA 6c02c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c77d5e5 - Browse repository at this point
Copy the full SHA c77d5e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b2d267 - Browse repository at this point
Copy the full SHA 9b2d267View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2a5e22 - Browse repository at this point
Copy the full SHA a2a5e22View commit details -
Configuration menu - View commit details
-
Copy full SHA for def3d3c - Browse repository at this point
Copy the full SHA def3d3cView commit details -
Merge pull request BVLC#3118 from ducha-aiki/patch-1
Fix parse_log.sh against "prefetch queue empty" messages
Configuration menu - View commit details
-
Copy full SHA for aa6900a - Browse repository at this point
Copy the full SHA aa6900aView commit details -
Merge pull request BVLC#3032 from ronghanghu/ban-pythonlayer-in-parallel
Disallow PythonLayer in Multi-GPU training
Configuration menu - View commit details
-
Copy full SHA for 3b85440 - Browse repository at this point
Copy the full SHA 3b85440View commit details -
Add flag on how host memory is allocated
Add a bool flag to record whether a host memory is allocated using malloc or cudaMallocHost, and free correspondingly using this flag, instead of depending on Caffe::mode(), which is mutable during runtime.
Configuration menu - View commit details
-
Copy full SHA for bd5f154 - Browse repository at this point
Copy the full SHA bd5f154View commit details
Commits on Sep 26, 2015
-
Merge pull request BVLC#3073 from ronghanghu/consistent-malloc-free
Ensure consistency between memory alloc and free
Configuration menu - View commit details
-
Copy full SHA for ff16f6e - Browse repository at this point
Copy the full SHA ff16f6eView commit details
Commits on Sep 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 96ba513 - Browse repository at this point
Copy the full SHA 96ba513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 942df00 - Browse repository at this point
Copy the full SHA 942df00View commit details
Commits on Sep 30, 2015
-
* shared library * caffe binary (caffe --version) * python module (caffe.__version__)
Configuration menu - View commit details
-
Copy full SHA for 5cb40b4 - Browse repository at this point
Copy the full SHA 5cb40b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b903b5 - Browse repository at this point
Copy the full SHA 9b903b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8073dc - Browse repository at this point
Copy the full SHA c8073dcView commit details
Commits on Oct 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for c089a2e - Browse repository at this point
Copy the full SHA c089a2eView commit details -
Merge pull request BVLC#3069 from timmeinhardt/argmax
Add argmax_param "axis" to maximise output along the specified axis
Configuration menu - View commit details
-
Copy full SHA for 01e15d0 - Browse repository at this point
Copy the full SHA 01e15d0View commit details -
488f126 Conflicts: Makefile Makefile.config.example src/caffe/layers/cudnn_conv_layer.cpp src/caffe/layers/cudnn_conv_layer.cu src/caffe/layers/cudnn_lcn_layer.cpp src/caffe/layers/cudnn_lcn_layer.cu
Configuration menu - View commit details
-
Copy full SHA for 441bddc - Browse repository at this point
Copy the full SHA 441bddcView commit details -
438add5 Conflicts: CMakeLists.txt cmake/Templates/CaffeConfig.cmake.in
Configuration menu - View commit details
-
Copy full SHA for fd0d640 - Browse repository at this point
Copy the full SHA fd0d640View commit details -
Move to centralized cuDNN handle
38d6baf Conflicts: src/caffe/layers/cudnn_conv_layer.cpp src/caffe/layers/cudnn_conv_layer.cu
Configuration menu - View commit details
-
Copy full SHA for 6aaf7b1 - Browse repository at this point
Copy the full SHA 6aaf7b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a57fff - Browse repository at this point
Copy the full SHA 4a57fffView commit details -
Fix potential CNMEM_NOT_INITIALIZED errors
dummy alloc / free in MemoryHandlerActivator to ensure that the memory pool has been set up before any potential operations
Configuration menu - View commit details
-
Copy full SHA for 62582cb - Browse repository at this point
Copy the full SHA 62582cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98cc023 - Browse repository at this point
Copy the full SHA 98cc023View commit details -
Merge pull request BVLC#3133 from kashefy/badge
add badge for travis build and license
Configuration menu - View commit details
-
Copy full SHA for 6eae122 - Browse repository at this point
Copy the full SHA 6eae122View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d6549 - Browse repository at this point
Copy the full SHA f0d6549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 848bfda - Browse repository at this point
Copy the full SHA 848bfdaView commit details
Commits on Oct 5, 2015
-
Add a caffe.io.write_mean function to the MATLAB interface
Useful for exporting models from MATLAB (e.g. MatConvNet) to Caffe
zoharby authored and zoharby committedOct 5, 2015 Configuration menu - View commit details
-
Copy full SHA for 552a84a - Browse repository at this point
Copy the full SHA 552a84aView commit details -
Merge pull request BVLC#3058 from zoharby/master
Add a caffe.io.write_mean function to the MATLAB interface
Configuration menu - View commit details
-
Copy full SHA for 92dc4e6 - Browse repository at this point
Copy the full SHA 92dc4e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f948a - Browse repository at this point
Copy the full SHA 64f948aView commit details -
Merge pull request BVLC#3152 from jeffdonahue/silence-backward-fix
SilenceLayer Backward bugfix (fixes BVLC#3151)
Configuration menu - View commit details
-
Copy full SHA for 8ef3d63 - Browse repository at this point
Copy the full SHA 8ef3d63View commit details
Commits on Oct 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e061546 - Browse repository at this point
Copy the full SHA e061546View commit details -
Merge pull request BVLC#3164 from eerwitt/layer-documentation-sample-…
…fixes Documentation References ImageNet Sample Location
Configuration menu - View commit details
-
Copy full SHA for 04c7c36 - Browse repository at this point
Copy the full SHA 04c7c36View commit details
Commits on Oct 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 02630e0 - Browse repository at this point
Copy the full SHA 02630e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffee008 - Browse repository at this point
Copy the full SHA ffee008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b90a2 - Browse repository at this point
Copy the full SHA 17b90a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9ab75 - Browse repository at this point
Copy the full SHA ee9ab75View commit details
Commits on Oct 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for dfd65ed - Browse repository at this point
Copy the full SHA dfd65edView commit details -
Configuration menu - View commit details
-
Copy full SHA for cda2e18 - Browse repository at this point
Copy the full SHA cda2e18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36eaec8 - Browse repository at this point
Copy the full SHA 36eaec8View commit details -
Merge pull request #1 from borisfom/caffe-0.14-cnmem
Caffe 0.14 cnmem
Configuration menu - View commit details
-
Copy full SHA for 636998d - Browse repository at this point
Copy the full SHA 636998dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8a646 - Browse repository at this point
Copy the full SHA ab8a646View commit details -
Merge pull request #2 from borisfom/caffe-0.14-cnmem
restored missed functions
Configuration menu - View commit details
-
Copy full SHA for f642fb6 - Browse repository at this point
Copy the full SHA f642fb6View commit details
Commits on Oct 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 46cc594 - Browse repository at this point
Copy the full SHA 46cc594View commit details -
Merge pull request #3 from borisfom/caffe-0.14-cnmem
restored use_pool check
Configuration menu - View commit details
-
Copy full SHA for 8740cce - Browse repository at this point
Copy the full SHA 8740cceView commit details
Commits on Oct 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d82e665 - Browse repository at this point
Copy the full SHA d82e665View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba10864 - Browse repository at this point
Copy the full SHA ba10864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b395e9 - Browse repository at this point
Copy the full SHA 2b395e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3931c20 - Browse repository at this point
Copy the full SHA 3931c20View commit details -
Add CNMeM support Conflicts: Makefile Makefile.config.example src/caffe/layers/cudnn_conv_layer.cpp src/caffe/layers/cudnn_conv_layer.cu src/caffe/layers/cudnn_lcn_layer.cpp src/caffe/layers/cudnn_lcn_layer.cu
Configuration menu - View commit details
-
Copy full SHA for 908f082 - Browse repository at this point
Copy the full SHA 908f082View commit details -
Cmake support for CNMeM Conflicts: CMakeLists.txt cmake/Templates/CaffeConfig.cmake.in
Configuration menu - View commit details
-
Copy full SHA for f1928b9 - Browse repository at this point
Copy the full SHA f1928b9View commit details -
Move to centralized cuDNN handle Conflicts: src/caffe/layers/cudnn_conv_layer.cpp src/caffe/layers/cudnn_conv_layer.cu
Configuration menu - View commit details
-
Copy full SHA for 83b4124 - Browse repository at this point
Copy the full SHA 83b4124View commit details -
Fix potential CNMEM_NOT_INITIALIZED errors
dummy alloc / free in MemoryHandlerActivator to ensure that the memory pool has been set up before any potential operations
Configuration menu - View commit details
-
Copy full SHA for 350658d - Browse repository at this point
Copy the full SHA 350658dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a02f49 - Browse repository at this point
Copy the full SHA 5a02f49View commit details
Commits on Oct 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6ba96ee - Browse repository at this point
Copy the full SHA 6ba96eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14eaf93 - Browse repository at this point
Copy the full SHA 14eaf93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b70f2a - Browse repository at this point
Copy the full SHA 0b70f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9405436 - Browse repository at this point
Copy the full SHA 9405436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dcff36 - Browse repository at this point
Copy the full SHA 5dcff36View commit details
Commits on Oct 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d5b7d26 - Browse repository at this point
Copy the full SHA d5b7d26View commit details
Commits on Oct 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 00d6a1b - Browse repository at this point
Copy the full SHA 00d6a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2daa56 - Browse repository at this point
Copy the full SHA b2daa56View commit details
Commits on Oct 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 906002c - Browse repository at this point
Copy the full SHA 906002cView commit details
Commits on Oct 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d12b5cc - Browse repository at this point
Copy the full SHA d12b5ccView commit details -
Squashed '.3rdparty/cnmem/' content from commit e817a7a
git-subtree-dir: .3rdparty/cnmem git-subtree-split: e817a7a2889389eaf934fe66a9744878b900acba
Configuration menu - View commit details
-
Copy full SHA for 6480847 - Browse repository at this point
Copy the full SHA 6480847View commit details -
Configuration menu - View commit details
-
Copy full SHA for d25e6a5 - Browse repository at this point
Copy the full SHA d25e6a5View commit details
Commits on Oct 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8a16cbd - Browse repository at this point
Copy the full SHA 8a16cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8635051 - Browse repository at this point
Copy the full SHA 8635051View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1c463 - Browse repository at this point
Copy the full SHA ce1c463View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f462d1 - Browse repository at this point
Copy the full SHA 3f462d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80af4b1 - Browse repository at this point
Copy the full SHA 80af4b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d5d1cf - Browse repository at this point
Copy the full SHA 7d5d1cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e191830 - Browse repository at this point
Copy the full SHA e191830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0792af7 - Browse repository at this point
Copy the full SHA 0792af7View commit details
Commits on Oct 21, 2015
-
Merge pull request #42 from drnikolaev/caffe-0.14
CUDNN v4 upgrade. Optionally, CNMEM used for GPU pool allocation.
Configuration menu - View commit details
-
Copy full SHA for c3cd5c8 - Browse repository at this point
Copy the full SHA c3cd5c8View commit details -
Merge pull request #39 from lukeyeager/nvidia/versioning
Add versioning for v0.14
Configuration menu - View commit details
-
Copy full SHA for ec192dd - Browse repository at this point
Copy the full SHA ec192ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for f432085 - Browse repository at this point
Copy the full SHA f432085View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3cb945 - Browse repository at this point
Copy the full SHA c3cb945View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ac905 - Browse repository at this point
Copy the full SHA a0ac905View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c063c - Browse repository at this point
Copy the full SHA d2c063cView commit details -
- condense conditions by `LOG_IF` - only log memory use once after all tops
Configuration menu - View commit details
-
Copy full SHA for 61379dc - Browse repository at this point
Copy the full SHA 61379dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e2caf - Browse repository at this point
Copy the full SHA b1e2cafView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 6f57970 - Browse repository at this point
Copy the full SHA 6f57970View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 749a636 - Browse repository at this point
Copy the full SHA 749a636View commit details
Commits on Oct 22, 2015
-
Remove versioned symlinks from tools
Leaving it for the shared library only
Configuration menu - View commit details
-
Copy full SHA for 4617bd6 - Browse repository at this point
Copy the full SHA 4617bd6View commit details -
Merge pull request #44 from lukeyeager/nvidia/cherry-picks
Cherry pick some commits for v0.14
Configuration menu - View commit details
-
Copy full SHA for 8468d18 - Browse repository at this point
Copy the full SHA 8468d18View commit details -
Merge pull request #46 from lukeyeager/nvidia/cmake-too-much-versioning
Remove versioned symlinks from tools
Configuration menu - View commit details
-
Copy full SHA for aaf7ff0 - Browse repository at this point
Copy the full SHA aaf7ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 013db36 - Browse repository at this point
Copy the full SHA 013db36View commit details
Commits on Oct 28, 2015
-
Added batch normalization layer with test and examples
Conflicts: include/caffe/common_layers.hpp
Configuration menu - View commit details
-
Copy full SHA for 74a8f12 - Browse repository at this point
Copy the full SHA 74a8f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for e48dcda - Browse repository at this point
Copy the full SHA e48dcdaView commit details
Commits on Oct 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d52bc27 - Browse repository at this point
Copy the full SHA d52bc27View commit details
Commits on Oct 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 285f900 - Browse repository at this point
Copy the full SHA 285f900View commit details -
Merge pull request #52 from borisfom/caffe-0.14-lmdb-fix
32-bit LMDB fix
Configuration menu - View commit details
-
Copy full SHA for ae1ac60 - Browse repository at this point
Copy the full SHA ae1ac60View commit details -
Merge pull request #56 from lukeyeager/nvidia/fix-destroy-cudnn
Fix cuDNN handle destruction error
Configuration menu - View commit details
-
Copy full SHA for 9068a9e - Browse repository at this point
Copy the full SHA 9068a9eView commit details
Commits on Oct 31, 2015
-
Properly set GPU arena in test and time functions
Michael Houston committedOct 31, 2015 Configuration menu - View commit details
-
Copy full SHA for 713b02f - Browse repository at this point
Copy the full SHA 713b02fView commit details -
Merge pull request #59 from thatguymike/arena_fix
Properly set GPU arena in test and time functions
Configuration menu - View commit details
-
Copy full SHA for 3cb5b8f - Browse repository at this point
Copy the full SHA 3cb5b8fView commit details
Commits on Nov 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 36385b7 - Browse repository at this point
Copy the full SHA 36385b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cce736f - Browse repository at this point
Copy the full SHA cce736fView commit details -
Merge pull request #62 from borisfom/caffe-0.14-cub-alloc
Added CUB memory pool. CNMEM pool kept as default if USE_CNMEM set.
Configuration menu - View commit details
-
Copy full SHA for fc52f18 - Browse repository at this point
Copy the full SHA fc52f18View commit details
Commits on Nov 3, 2015
-
Merge pull request #51 from lukeyeager/nvidia/batchnorm
Cherry-pick batch normalization PR. Still pending cuDNNv4 version
Configuration menu - View commit details
-
Copy full SHA for 715ef61 - Browse repository at this point
Copy the full SHA 715ef61View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d568a - Browse repository at this point
Copy the full SHA d7d568aView commit details -
Merge pull request #64 from lukeyeager/nvidia/fix-gradient-accumulation
Cherry-pick gradient accumulation fix for v0.14
Configuration menu - View commit details
-
Copy full SHA for d4236c3 - Browse repository at this point
Copy the full SHA d4236c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4486988 - Browse repository at this point
Copy the full SHA 4486988View commit details -
This reverts commit 4486988. Not ready yet.
Configuration menu - View commit details
-
Copy full SHA for 9aef99d - Browse repository at this point
Copy the full SHA 9aef99dView commit details -
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'. ```
Configuration menu - View commit details
-
Copy full SHA for 1fafd7f - Browse repository at this point
Copy the full SHA 1fafd7fView commit details -
Merge pull request #66 from lukeyeager/fix-travis-cmake-download
TravisCI: wget cmake with --no-check-certificate
Configuration menu - View commit details
-
Copy full SHA for ba220d5 - Browse repository at this point
Copy the full SHA ba220d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2aae00 - Browse repository at this point
Copy the full SHA c2aae00View commit details
Commits on Nov 4, 2015
-
Merge pull request #65 from borisfom/caffe-0.14-workspaces-fix
Fixing CMake build
Configuration menu - View commit details
-
Copy full SHA for 6233c68 - Browse repository at this point
Copy the full SHA 6233c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 560d270 - Browse repository at this point
Copy the full SHA 560d270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dcaa09 - Browse repository at this point
Copy the full SHA 5dcaa09View commit details -
Merge pull request #69 from borisfom/caffe-0.14-workspaces-fix
Restored missed CNMEM switches
Configuration menu - View commit details
-
Copy full SHA for 1c91b46 - Browse repository at this point
Copy the full SHA 1c91b46View commit details -
Merge pull request #68 from borisfom/caffe-0.14-tempbuf-fix
Added gpu_memory::buffer class to help in no-pool config
Configuration menu - View commit details
-
Copy full SHA for 83401d6 - Browse repository at this point
Copy the full SHA 83401d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef51a4 - Browse repository at this point
Copy the full SHA 6ef51a4View commit details -
Merge pull request #70 from borisfom/caffe-0.14-cnmem-95
restored 95% of memory grabbed by CNMEM
Configuration menu - View commit details
-
Copy full SHA for b14de8d - Browse repository at this point
Copy the full SHA b14de8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6804029 - Browse repository at this point
Copy the full SHA 6804029View commit details
Commits on Nov 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4f02a0b - Browse repository at this point
Copy the full SHA 4f02a0bView commit details -
Merge pull request #71 from lukeyeager/nvidia/fix-py3-travis-boost
Cherry-pick TravisCI python3 fix
Configuration menu - View commit details
-
Copy full SHA for 62ad22d - Browse repository at this point
Copy the full SHA 62ad22dView commit details
Commits on Nov 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 18fc267 - Browse repository at this point
Copy the full SHA 18fc267View commit details
Commits on Nov 10, 2015
-
Merge pull request #73 from borisfom/caffe-0.14
Adding out of memory handler, making arena bins more detailed
Configuration menu - View commit details
-
Copy full SHA for 934b378 - Browse repository at this point
Copy the full SHA 934b378View commit details
Commits on Nov 18, 2015
-
Change multi-solver handling by dividing user batch by gpu count, whi…
…ch is the solver count currently
Michael Houston committedNov 18, 2015 Configuration menu - View commit details
-
Copy full SHA for a1fbccd - Browse repository at this point
Copy the full SHA a1fbccdView commit details
Commits on Nov 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 66d5580 - Browse repository at this point
Copy the full SHA 66d5580View commit details -
Make backward pass work when global stats is active for BatchNormLayer
including minor code cleaning
Configuration menu - View commit details
-
Copy full SHA for f31002d - Browse repository at this point
Copy the full SHA f31002dView commit details -
Merge pull request #78 from thatguymike/divide_batch_by_solvers
Change multi-solver handling by dividing user batch by gpu count
Configuration menu - View commit details
-
Copy full SHA for 2eeec26 - Browse repository at this point
Copy the full SHA 2eeec26View commit details -
Merge pull request #79 from lukeyeager/nvidia/fix-batchnorm
Cherry-pick batchnorm fixes
Configuration menu - View commit details
-
Copy full SHA for 31ee158 - Browse repository at this point
Copy the full SHA 31ee158View commit details
Commits on Nov 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 54811d3 - Browse repository at this point
Copy the full SHA 54811d3View commit details -
Merge pull request #82 from borisfom/caffe-0.14
Removing CNMEM switches
Configuration menu - View commit details
-
Copy full SHA for 3bfc708 - Browse repository at this point
Copy the full SHA 3bfc708View commit details
Commits on Nov 21, 2015
-
Fix gradient test to handle batch size correctly now that we divide
Michael Houston committedNov 21, 2015 Configuration menu - View commit details
-
Copy full SHA for e0e6432 - Browse repository at this point
Copy the full SHA e0e6432View commit details -
Fix gradient test to handle batch size correctly now that we divide
Michael Houston committedNov 21, 2015 Configuration menu - View commit details
-
Copy full SHA for e1680b0 - Browse repository at this point
Copy the full SHA e1680b0View commit details -
Michael Houston committed
Nov 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 35d07ea - Browse repository at this point
Copy the full SHA 35d07eaView commit details -
Merge pull request #83 from thatguymike/divide_batch_by_solvers
Fix gradient test to handle batch size correctly now that we divide
Configuration menu - View commit details
-
Copy full SHA for 49f752d - Browse repository at this point
Copy the full SHA 49f752dView commit details
Commits on Nov 23, 2015
-
Cleanup docs to reflect multigpu batch change
Michael Houston committedNov 23, 2015 Configuration menu - View commit details
-
Copy full SHA for 1664af4 - Browse repository at this point
Copy the full SHA 1664af4View commit details -
Merge pull request #84 from thatguymike/multigpudocupdate
Cleanup docs to reflect multigpu batch change
Configuration menu - View commit details
-
Copy full SHA for 1206d56 - Browse repository at this point
Copy the full SHA 1206d56View commit details
Commits on Nov 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ff38824 - Browse repository at this point
Copy the full SHA ff38824View commit details -
Merge pull request #80 from andrei-pokrovsky/caffe-0.14
Add cudnn v4 batch normalization integration
Configuration menu - View commit details
-
Copy full SHA for e9f8357 - Browse repository at this point
Copy the full SHA e9f8357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72760f2 - Browse repository at this point
Copy the full SHA 72760f2View commit details
Commits on Dec 2, 2015
-
CUB allocator improvements: no guessing in get_info, infinite pool, l…
…imiting memory overuse for large blocks
Configuration menu - View commit details
-
Copy full SHA for 155beaf - Browse repository at this point
Copy the full SHA 155beafView commit details -
Configuration menu - View commit details
-
Copy full SHA for c742401 - Browse repository at this point
Copy the full SHA c742401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd523f - Browse repository at this point
Copy the full SHA 4cd523fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd0991 - Browse repository at this point
Copy the full SHA 7bd0991View commit details -
Merge pull request #87 from NVIDIA/revert-86-caffe-0.14
Revert "Pool allocator fixes"
Configuration menu - View commit details
-
Copy full SHA for 3c378a8 - Browse repository at this point
Copy the full SHA 3c378a8View commit details -
Dynamically reshape and adjust pool
Michael Houston committedDec 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 1fdefe9 - Browse repository at this point
Copy the full SHA 1fdefe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e936f7 - Browse repository at this point
Copy the full SHA 4e936f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b61ebf0 - Browse repository at this point
Copy the full SHA b61ebf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d8e76 - Browse repository at this point
Copy the full SHA 37d8e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 082bf14 - Browse repository at this point
Copy the full SHA 082bf14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64aa3a1 - Browse repository at this point
Copy the full SHA 64aa3a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c67845 - Browse repository at this point
Copy the full SHA 1c67845View commit details
Commits on Dec 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b52ab92 - Browse repository at this point
Copy the full SHA b52ab92View commit details -
Merge pull request #90 from thatguymike/boris_cub_merge
Cross merge fixes from Boris
Configuration menu - View commit details
-
Copy full SHA for b000617 - Browse repository at this point
Copy the full SHA b000617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81baeda - Browse repository at this point
Copy the full SHA 81baedaView commit details -
Configuration menu - View commit details
-
Copy full SHA for db610fd - Browse repository at this point
Copy the full SHA db610fdView commit details
Commits on Dec 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d632465 - Browse repository at this point
Copy the full SHA d632465View commit details
Commits on Jan 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1e51bbd - Browse repository at this point
Copy the full SHA 1e51bbdView commit details
Commits on Jan 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3fc98dd - Browse repository at this point
Copy the full SHA 3fc98ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a2ab8e - Browse repository at this point
Copy the full SHA 8a2ab8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d7b22 - Browse repository at this point
Copy the full SHA a3d7b22View commit details
Commits on Jan 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e1fe549 - Browse repository at this point
Copy the full SHA e1fe549View commit details
Commits on Jan 15, 2016
-
Merge pull request #101 from borisfom/caffe-0.14
gpu_memory cleanup, fixes possible init issue
Configuration menu - View commit details
-
Copy full SHA for 8eebbb4 - Browse repository at this point
Copy the full SHA 8eebbb4View commit details
Commits on Jan 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 569aa49 - Browse repository at this point
Copy the full SHA 569aa49View commit details -
Merge pull request #102 from drnikolaev/pooling-cudnn-fixes
cuDNN and pooling fixes
Configuration menu - View commit details
-
Copy full SHA for b3a4a1a - Browse repository at this point
Copy the full SHA b3a4a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3724101 - Browse repository at this point
Copy the full SHA 3724101View commit details
Commits on Jan 20, 2016
-
Merge pull request #103 from thatguymike/maxpool_workaround
Cleaner workaround for max pool
Configuration menu - View commit details
-
Copy full SHA for 4d58e6d - Browse repository at this point
Copy the full SHA 4d58e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6dea9 - Browse repository at this point
Copy the full SHA fc6dea9View commit details -
Merge pull request #104 from thatguymike/maxpool_commentary
Fix commentary
Configuration menu - View commit details
-
Copy full SHA for c960bcf - Browse repository at this point
Copy the full SHA c960bcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4d2ae - Browse repository at this point
Copy the full SHA 2e4d2aeView commit details
Commits on Jan 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4440513 - Browse repository at this point
Copy the full SHA 4440513View commit details -
Merge pull request #105 from drnikolaev/fix2
weight updates should be done with beta=1
Configuration menu - View commit details
-
Copy full SHA for b9b83d4 - Browse repository at this point
Copy the full SHA b9b83d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c887de9 - Browse repository at this point
Copy the full SHA c887de9View commit details
Commits on Jan 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b0074e1 - Browse repository at this point
Copy the full SHA b0074e1View commit details -
Merge pull request #108 from drnikolaev/nvcaffe-0.14-orig
200169109 fix
Configuration menu - View commit details
-
Copy full SHA for 3ba0387 - Browse repository at this point
Copy the full SHA 3ba0387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29361c7 - Browse repository at this point
Copy the full SHA 29361c7View commit details