You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

upload_for_c2net.py 216 B

123456
  1. from mindspore.train.callback import Callback
  2. import os
  3. class UploadOutput(Callback):
  4. def epoch_end(self,run_context):
  5. os.system("cd /cache/script_for_grampus/ &&./uploader_for_npu " + "/cache/output/")