From 21fae6992de15a5dea6e04044b8188360c09a2b8 Mon Sep 17 00:00:00 2001 From: Sergei Nikolaev Date: Fri, 8 Jan 2021 22:50:49 -0800 Subject: [PATCH] Mark 0.17.4 Signed-off-by: Sergei Nikolaev --- CMakeLists.txt | 2 +- README.md | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51d7587be33..665d8f49d2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ endif() project(Caffe C CXX) # ---[ Caffe version -set(CAFFE_TARGET_VERSION "0.17.3") +set(CAFFE_TARGET_VERSION "0.17.4") set(CAFFE_TARGET_SOVERSION "0.17") add_definitions(-DCAFFE_VERSION=${CAFFE_TARGET_VERSION}) diff --git a/README.md b/README.md index bcfe94fa15b..57170e2e822 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Here are the major features: backward passes might be different too), or it can be set for the whole Net. * **Layer-wise Adaptive Rate Control (LARC) and adaptive global gradient scaler** for better accuracy, especially in 16-bit training. -* **Integration with [cuDNN](https://developer.nvidia.com/cudnn) v7**. +* **Integration with [cuDNN](https://developer.nvidia.com/cudnn) v8**. * **Automatic selection of the best cuDNN convolution algorithm**. * **Integration with v2.2 (or higher) of [NCCL library](https://github.com/NVIDIA/nccl)** for improved multi-GPU scaling. @@ -49,10 +49,3 @@ Please cite Caffe in your publications if it helps your research: Please read, sign and attach enclosed agreement **NVIDIA_CLA_v1.0.1.docx** to your PR. -## Useful notes - -Libturbojpeg library is used since 0.16.5. It has a packaging bug. Please execute the following (required for Makefile, optional for CMake): -``` -sudo apt-get install libturbojpeg libturbojpeg0-dev -sudo ln -s /usr/lib/x86_64-linux-gnu/libturbojpeg.so.0.1.0 /usr/lib/x86_64-linux-gnu/libturbojpeg.so -``` \ No newline at end of file