Minimind/experiment.yaml

26 lines
928 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1. 元数据:需要修改,请为该实验配置名称和描述
name: ycz-minimind-test
description: 测试minimind-test
# 2. 运行环境:一般不修改,如有需求可以手动替换为指定镜像
environment:
image: determinedai/pytorch-ngc:0.38.0 # 此项无需修改
# 3. 指定NAS上的数据集: 需要修改仅修改bind_mounts字段container_path和read_only无需修改
#将<YOUR_DATASET_FOLDER_NAME>替换为您存放在NAS上Volume1/Share/datasets/的数据集文件夹名称
# 请再次确保您已在 NAS上的Volume1/Share/datasets/存放了<YOUR_DATASET_FOLDER_NAME>数据集
# 4. 计算资源:无需修改
resources:
slots_per_trial: 1 # 此项无需修改
resource_pool: rtx4090 # 此项无需修改
# 5. 搜索器:无需修改
searcher:
name: single
metric: test_accuracy
smaller_is_better: false
# 6. 启动入口:无需修改
entrypoint: sh startup.sh