Files
MachineLearningNotebooks/how-to-use-azureml/training-with-deep-learning/train-hyperparameter-tune-deploy-with-keras/train-hyperparameter-tune-deploy-with-keras.yml

11 lines
198 B
YAML

name: train-hyperparameter-tune-deploy-with-keras
dependencies:
- pip:
- azureml-sdk
- azureml-widgets
- tensorflow==1.13.1
- keras==2.2.5
- matplotlib==3.0.3
- numpy==1.16.2
- pandas