File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ endif()
1515project (Caffe C CXX)
1616
1717# ---[ Caffe version
18- set (CAFFE_TARGET_VERSION "0.17.3 " )
18+ set (CAFFE_TARGET_VERSION "0.17.4 " )
1919set (CAFFE_TARGET_SOVERSION "0.17" )
2020add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
2121
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Here are the major features:
1515backward passes might be different too), or it can be set for the whole Net.
1616* ** Layer-wise Adaptive Rate Control (LARC) and adaptive global gradient scaler** for better
1717 accuracy, especially in 16-bit training.
18- * ** Integration with [ cuDNN] ( https://developer.nvidia.com/cudnn ) v7 ** .
18+ * ** Integration with [ cuDNN] ( https://developer.nvidia.com/cudnn ) v8 ** .
1919* ** Automatic selection of the best cuDNN convolution algorithm** .
2020* ** Integration with v2.2 (or higher) of [ NCCL library] ( https://github.com/NVIDIA/nccl ) **
2121 for improved multi-GPU scaling.
@@ -49,10 +49,3 @@ Please cite Caffe in your publications if it helps your research:
4949Please read, sign and attach enclosed agreement ** NVIDIA_CLA_v1.0.1.docx**
5050to your PR.
5151
52- ## Useful notes
53-
54- Libturbojpeg library is used since 0.16.5. It has a packaging bug. Please execute the following (required for Makefile, optional for CMake):
55- ```
56- sudo apt-get install libturbojpeg libturbojpeg0-dev
57- sudo ln -s /usr/lib/x86_64-linux-gnu/libturbojpeg.so.0.1.0 /usr/lib/x86_64-linux-gnu/libturbojpeg.so
58- ```
You can’t perform that action at this time.
0 commit comments