Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ This framework and its predecessors were developed in the course of conducting r
### 2.1 Requirements

* Python 3.7 or greater (this framework extensively uses features from Python 3.7)
* [PyTorch 1.4 or greater](https://www.pytorch.org)
* TorchVision 0.5.0 or greater
* [PyTorch 1.4 or greater but lower than 1.10](https://www.pytorch.org)
* TorchVision 0.5.0 or greater but lower than 0.11
* [NVIDIA Apex](https://anaconda.org/conda-forge/nvidia-apex) (optional, but required for 16-bit training)

### 2.2 Setup
Expand Down