File tree 2 files changed +2
-9
lines changed
2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ endif()
15
15
project (Caffe C CXX)
16
16
17
17
# ---[ Caffe version
18
- set (CAFFE_TARGET_VERSION "0.17.3 " )
18
+ set (CAFFE_TARGET_VERSION "0.17.4 " )
19
19
set (CAFFE_TARGET_SOVERSION "0.17" )
20
20
add_definitions (-DCAFFE_VERSION=${CAFFE_TARGET_VERSION} )
21
21
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Here are the major features:
15
15
backward passes might be different too), or it can be set for the whole Net.
16
16
* ** Layer-wise Adaptive Rate Control (LARC) and adaptive global gradient scaler** for better
17
17
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 ** .
19
19
* ** Automatic selection of the best cuDNN convolution algorithm** .
20
20
* ** Integration with v2.2 (or higher) of [ NCCL library] ( https://github.com/NVIDIA/nccl ) **
21
21
for improved multi-GPU scaling.
@@ -49,10 +49,3 @@ Please cite Caffe in your publications if it helps your research:
49
49
Please read, sign and attach enclosed agreement ** NVIDIA_CLA_v1.0.1.docx**
50
50
to your PR.
51
51
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