Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ For any question just drop me an [email](mailto:[email protected]).
## Getting Started

### Prerequisites
- The code is tested with PyTorch 0.4.1 and Python 3.5
- The code is tested with PyTorch 1.13.1 and Python 3.7
- Tensorflow package is needed to load pretrained tensorflow model weights

Run the following commands to make a conda environment,
```bash
conda create -n mixed_precision python=3.7
pip install -r requirements.txt
```

### Setup
Set the correct dataset paths inside `data.py` . As an example:
```
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bokeh==2.4.3
numpy==1.21.6
pandas==1.3.5
scipy==1.7.3
tensorflow==2.11.0
torch==1.13.1+cu117
torchvision==0.14.1+cu117
-f https://download.pytorch.org/whl/torch_stable.html