mindspore/model_zoo/official/cv/inceptionv3/default_config_cpu.yaml

74 lines
1.8 KiB
YAML

# Builtin Configurations(DO NOT CHANGE THESE CONFIGURATIONS unless you know exactly what you are doing)
enable_modelarts: False
data_url: ""
train_url: ""
checkpoint_url: ""
data_path: "/cache/data"
output_path: "/cache/train"
load_path: "/cache/checkpoint_path"
device_target: Ascend
enable_profiling: False
# ==============================================================================
dataset_path: "/cache/data"
ckpt_path: '/cache/data/'
checkpoint: './inceptionv3/inceptionv3-rank3_1-247_1251.ckpt'
ckpt_file: '/cache/data/inceptionv3/inceptionv3-rank3_1-247_1251.ckpt'
resume: ''
is_distributed: False
device_id: 0
platform: 'CPU'
file_name: 'inceptionv3'
file_format: 'AIR'
width: 299
height: 299
modelarts_dataset_unzip_name: 'ImageNet_Original'
need_modelarts_dataset_unzip: True
ckpt_save_dir: './ckpt/'
result_path: '' # "result file path"
label_file": '' # "label file"
# Training options
random_seed: 1
work_nums: 8
decay_method: 'cosine'
loss_scale: 1024
batch_size: 128
epoch_size: 120
num_classes: 10
ds_type: 'cifar10'
ds_sink_mode: False
smooth_factor: 0.1
aux_factor: 0.2
lr_init: 0.00004
lr_max: 0.1
lr_end: 0.000004
warmup_epochs: 1
weight_decay: 0.00004
momentum: 0.9
opt_eps: 1.0
keep_checkpoint_max: 10
is_save_on_master: 0
dropout_keep_prob: 0.8
has_bias: False
amp_level: 'O0'
---
# Config description for each option
enable_modelarts: 'Whether training on modelarts, default: False'
data_url: 'Dataset url for obs'
train_url: 'Training output url for obs'
data_path: 'Dataset path for local'
output_path: 'Training output path for local'
device_target: 'Target device type'
enable_profiling: 'Whether enable profiling while training, default: False'
file_name: 'inceptionv3 output air name.'
file_format: 'file format'
---
device_target: ['Ascend', 'GPU', 'CPU']
file_format: ['AIR', 'ONNX', 'MINDIR']