Fixes "AttributeError: 'FileNotFoundError' object has no attribute read" See https://stackoverflow.com/a/68586065/3536518
13 lines
173 B
YAML
13 lines
173 B
YAML
name: fastbook
|
|
channels:
|
|
- fastai
|
|
- pytorch
|
|
- defaults
|
|
dependencies:
|
|
- python>=3.6
|
|
- pytorch>=1.6
|
|
- torchvision
|
|
- pip
|
|
- pip:
|
|
- -r requirements.txt
|