|
|
@@ -3178,7 +3178,7 @@ 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>. |
|
|
|
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">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. |
|
|
|
model_file_path_rule=The model file location is stored in the environment variable ckpt_url |
|
|
@@ -3212,3 +3212,4 @@ 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_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. |