更新 'pretrain_for_c2net.py'
This commit is contained in:
parent
557ae6fd13
commit
4524c55ceb
|
@ -42,7 +42,7 @@ function UploadToQizhi(train_dir, obs_train_url)
|
|||
3、4 parameters need to be defined
|
||||
--multi_data_url is the multi-dataset you selected on the Qizhi platform
|
||||
|
||||
--multi_data_url,--train_url,--device_target,These 3 parameters must be defined first in a multi-dataset task,
|
||||
--multi_data_url,--train_url,ckpt_url,--device_target,These 4 parameters must be defined first in a multi-dataset task,
|
||||
otherwise an error will be reported.
|
||||
There is no need to add these parameters to the running parameters of the Qizhi platform,
|
||||
because they are predefined in the background, you only need to define them in your code
|
||||
|
@ -158,7 +158,7 @@ def UploadToQizhi(train_dir, obs_train_url):
|
|||
return
|
||||
|
||||
parser = argparse.ArgumentParser(description='MindSpore Lenet Example')
|
||||
### --multi_data_url,--train_url,--device_target,These 3 parameters must be defined first in a multi-dataset,
|
||||
### --multi_data_url,--train_url,--ckpt_url,--device_target,These 4 parameters must be defined first in a multi-dataset,
|
||||
### otherwise an error will be reported.
|
||||
### There is no need to add these parameters to the running parameters of the Qizhi platform,
|
||||
### because they are predefined in the background, you only need to define them in your code.
|
||||
|
|
Loading…
Reference in New Issue