https://github.com/outerbounds/torch-hydra-example
https://github.com/outerbounds/torch-hydra-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/outerbounds/torch-hydra-example
- Owner: outerbounds
- Created: 2024-09-30T22:18:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T22:20:27.000Z (over 1 year ago)
- Last Synced: 2025-08-29T11:32:17.898Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Run the workflow
One time:
```bash
python -m pip install outerbounds
```
```bash
python flow.py run
```
### For local development
```bash
python -m pip install torch==2.4.1 torchvision==0.19.1 --index-url https://download.pytorch.org/whl/cpu
python -m pip install wandb==0.18.2 omegaconf==2.3.0 hydra-core==1.3.2
```