Skip to content

Commit

Permalink
update dependencies version info
Browse files Browse the repository at this point in the history
  • Loading branch information
BIGBALLON authored Jul 17, 2019
1 parent b97bac3 commit ff64608
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ This repository contains the pytorch code for multiple CNN architectures and imp

### Requirements

- Python >= 3.5
- PyTorch >= 0.4
- Python (3.6)
- PyTorch (1.0.0)
- TensorFlow/Tensorboard (if you want to use the tensorboard for **visualization**)
- Other dependencies (pyyaml, easydict, tensorboardX)
- Other dependencies (pyyaml, easydict, tensorboardX >= 1.8)

```bash
pip install -r requirements.txt
Expand Down Expand Up @@ -144,4 +144,4 @@ Provided codes were adapted from


Feel free to contact me if you have any suggestions or questions, issues are welcome,
create a PR if you find any bugs or you want to contribute. :blush:
create a PR if you find any bugs or you want to contribute. :blush:

0 comments on commit ff64608

Please sign in to comment.