mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-19 17:17:04 -05:00
11 lines
202 B
YAML
11 lines
202 B
YAML
name: train-hyperparameter-tune-deploy-with-pytorch
|
|
dependencies:
|
|
- pip:
|
|
- azureml-sdk
|
|
- azureml-widgets
|
|
- pillow==5.4.1
|
|
- matplotlib
|
|
- numpy==1.19.3
|
|
- pytorch==1.8.1
|
|
- torchvision==0.9.1
|