From d6f42c77c5b9911375eccb5ebc6337858a65c118 Mon Sep 17 00:00:00 2001 From: Guiying Li Date: Mon, 24 Dec 2018 00:15:01 +0800 Subject: [PATCH] Add a reminding fix a typo and add a reminding --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 944576f..680f2e6 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This repository is the implementation of OLMP. In experiments of LeNet-5 and LeN This project is based on [Caffe](https://github.com/BVLC/caffe) and [Dynamic surgery](https://github.com/yiwenguo/Dynamic-Network-Surgery). Thanks to the authors of these two projects. +Note that for who want run the code, there is no need to pre-install Caffe! This project is an edited version of Caffe, and an specifical Caffe will be genered by building the code in the project directly. + ## Testing enviroment - Docker image: [kaixhin/cuda-caffe:8.0](https://hub.docker.com/r/kaixhin/cuda-caffe/) - Ubuntu 16.04.2 LTS @@ -14,7 +16,7 @@ This project is based on [Caffe](https://github.com/BVLC/caffe) and [Dynamic sur - 64 GB Memory ## Requiremetns -- The requirements is the same as Caffe. +- The requirements are the same as Caffe. - easydict package for python ## Installation