acceleratescience / acceleratescience/diffusion-models
Fix to install torch and torchvision on 1_VAEs.ipynb
Open
- Dominant language
- Jupyter Notebook
- Stars
- 21
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Fix to install torch and torchvision on `1_VAEs.ipynb`
I had to do the following in the notebook (running on github codespaces)
https://github.com/acceleratescience/diffusion-models/blob/main/notebooks/1_VAEs.ipynb
```py
pip install torch torchvision
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.