An open API service indexing awesome lists of open source software.

https://github.com/outerbounds/torch-hydra-example


https://github.com/outerbounds/torch-hydra-example

Last synced: 8 months ago
JSON representation

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
```