https://github.com/sarthakpati/torchio_minimal
https://github.com/sarthakpati/torchio_minimal
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sarthakpati/torchio_minimal
- Owner: sarthakpati
- Created: 2020-11-18T11:34:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T15:14:45.000Z (over 4 years ago)
- Last Synced: 2025-02-10T07:21:55.298Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# torchio_minimal
## Data
https://1drv.ms/u/s!AgvRZZtXCbbOnPgMjwBnFkHFdmNl-w?e=cRzBhA
## Instructions
### Environment setup
```powershell
git clone ${repo_link}
cd ${repo_name}
conda create -p ./venv python=3.6.5 -y
conda activate ./venv
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch -y # install according to your cuda version https://pytorch.org/get-started/locally/
pip install -e .
```### Data
Download from https://1drv.ms/u/s!AgvRZZtXCbbOnPgPFJtmucE_eMYoxA?e=lpRImD and expand into `${repo_name}` so that all data is in `${repo_name}/data`
### Run
```powershell
# continue from previous shell
python main.py
# see error
```