|
|
@@ -3210,11 +3210,11 @@ wrong_specification=You cannot use this specification, please choose another ite |
|
|
|
resource_use=Resource Occupancy |
|
|
|
|
|
|
|
job_name_rule = Please enter letters, numbers, _ and - up to 64 characters and cannot end with a dash (-). |
|
|
|
train_dataset_path_rule = The dataset location is stored in the environment variable <strong style="color:#010101">data_url</strong>, the pre-trained model is storaged in the environment <strong style="color:#010101">ckpt_url</strong>, and the output path is stored in the environment variable <strong style="color:#010101">train_url</strong>. |
|
|
|
infer_dataset_path_rule = The dataset location is stored in the environment variable <strong style="color:#010101">data_url</strong>, and the output path is stored in the environment variable <strong style="color:#010101">result_url</strong>. |
|
|
|
train_dataset_path_rule = The dataset location is stored in the run parameter <strong style="color:#010101">data_url</strong>, the pre-trained model is storaged in the run parameter <strong style="color:#010101">ckpt_url</strong>, and the output path is stored in the run parameter <strong style="color:#010101">train_url</strong>. |
|
|
|
infer_dataset_path_rule = The dataset location is stored in the run parameter <strong style="color:#010101">data_url</strong>, and the output path is stored in the run parameter <strong style="color:#010101">result_url</strong>. |
|
|
|
view_sample = View sample |
|
|
|
inference_output_path_rule = The inference output path is stored in the environment variable result_url. |
|
|
|
model_file_path_rule=The model file location is stored in the environment variable ckpt_url |
|
|
|
inference_output_path_rule = The inference output path is stored in the run parameter result_url. |
|
|
|
model_file_path_rule=The model file location is stored in the run parameter ckpt_url |
|
|
|
model_file_postfix_rule = The supported format of the model file is [ckpt, pb, h5, json, pkl, pth, t7, pdparams, onnx, pbtxt, keras, mlmodel, cfg, pt] |
|
|
|
model_convert_postfix_rule = The supported format of the model file is [.pth, .pkl, .onnx, .mindir, .ckpt, .pb] |
|
|
|
delete_task = Delete task |
|
|
@@ -3247,8 +3247,8 @@ Stopped_success_update_status_fail=Succeed in stopping th job, but failed to upd |
|
|
|
load_code_failed=Fail to load code, please check if the right branch is selected. |
|
|
|
|
|
|
|
error.dataset_select = dataset select error:the count exceed the limit or has same name |
|
|
|
new_train_gpu_tooltips = The code is storaged in <strong style="color:#010101">%s</strong>, the dataset is storaged in <strong style="color:#010101">%s</strong>, the pre-trained model is storaged in the environment <strong style="color:#010101">%s</strong>, and please put your model into <strong style="color:#010101">%s</strong> then you can download it online |
|
|
|
new_train_npu_tooltips = The code is storaged in <strong style="color:#010101">%s</strong>, the pre-trained model is storaged in the environment <strong style="color:#010101">%s</strong>, and please put your model into <strong style="color:#010101">%s</strong> then you can download it online |
|
|
|
new_train_gpu_tooltips = The code is storaged in <strong style="color:#010101">%s</strong>, the dataset is storaged in <strong style="color:#010101">%s</strong>, the pre-trained model is storaged in the run parameter <strong style="color:#010101">%s</strong>, and please put your model into <strong style="color:#010101">%s</strong> then you can download it online |
|
|
|
new_train_npu_tooltips = The code is storaged in <strong style="color:#010101">%s</strong>, the pre-trained model is storaged in the run parameter <strong style="color:#010101">%s</strong>, and please put your model into <strong style="color:#010101">%s</strong> then you can download it online |
|
|
|
new_infer_gpu_tooltips = The dataset is stored in <strong style="color:#010101">%s</strong>, the model file is stored in <strong style="color:#010101">%s</strong>, please store the inference output in <strong style="color:#010101">%s</strong> for subsequent downloads. |
|
|
|
|
|
|
|
[points] |
|
|
|