You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- $schema: https://componentsdk.azureedge.net/jsonschema/CommandComponent.json
- # TODO: update name
- name: tuner
- version: 0.0.1
- display_name: tuner
- code: ../
- environment:
- conda:
- conda_dependencies_file: env.yaml
- os: Linux
- command: >-
- python tuner/tuner_func.py
|