File size: 222 Bytes
024ba7f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
name: Recipe-Creator
dependencies:
- python>=3.7
- pip>=19.0
- jupyter
- pandas
- pip:
- gpt-2-simple
- tensorflow-estimator==1.15.1
- tensorflow-gpu==1.15
|