13 lines
172 B
YAML
13 lines
172 B
YAML
|
name: fastbook
|
||
|
channels:
|
||
|
- fastai
|
||
|
- pytorch
|
||
|
- defaults
|
||
|
dependencies:
|
||
|
- python=3.6
|
||
|
- pytorch
|
||
|
- torchvision
|
||
|
- pip
|
||
|
- pip:
|
||
|
- -r file:requirements.txt
|