|
|
@@ -3198,7 +3198,7 @@ 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>, and the output path is stored in the environment variable <strong style="color:#010101">train_url</strong>. |
|
|
|
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>. |
|
|
|
view_sample = View sample |
|
|
|
inference_output_path_rule = The inference output path is stored in the environment variable result_url. |
|
|
@@ -3235,7 +3235,7 @@ 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>, 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 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_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] |
|
|
|