Skip to content

Commit 21fae69

Browse files
committed
Mark 0.17.4
Signed-off-by: Sergei Nikolaev <snikolaev@nvidia.com>
1 parent c1e3b78 commit 21fae69

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ endif()
1515
project(Caffe C CXX)
1616

1717
# ---[ Caffe version
18-
set(CAFFE_TARGET_VERSION "0.17.3")
18+
set(CAFFE_TARGET_VERSION "0.17.4")
1919
set(CAFFE_TARGET_SOVERSION "0.17")
2020
add_definitions(-DCAFFE_VERSION=${CAFFE_TARGET_VERSION})
2121

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here are the major features:
1515
backward 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:
4949
Please read, sign and attach enclosed agreement **NVIDIA_CLA_v1.0.1.docx**
5050
to 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-
```

0 commit comments

Comments
 (0)