Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
submission2019 authored May 27, 2019
1 parent 1830442 commit b8d6b6a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ NVIDIA GPU / cuda support
```
git clone https://github.com/submission2019/cnn-quantization.git
```
- Install dependencies
```
pip install torch torchvision bokeh pandas sklearn mlflow
```
- Create virtual environment for python3 and activate:
```
virtualenv --system-site-packages -p python3 venv3
. ./venv3/bin/activate
```

- Install dependencies
```
pip install torch torchvision bokeh pandas sklearn mlflow
```

## Building cuda kernels for GEMMLOWP
To improve performance GEMMLOWP quantization was implemented in cuda and requires to compile kernels.
Expand Down

0 comments on commit b8d6b6a

Please sign in to comment.