Skip to content
Snippets Groups Projects
Commit 24bc3e36 authored by wangzeyangyi's avatar wangzeyangyi
Browse files

fix

parent 5da577b5
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ def run_export():
int(config.patch_size)**2*int(config.img_channel)))
input_arr = (Tensor(np.ones(shape), dtype=ms.float32), Tensor(mask_true, dtype=ms.float32))
export(network, *input_arr, file_name=config.file_name, files_format=config.file_format)
export(network, *input_arr, file_name=config.file_name, file_format=config.file_format)
if __name__ == '__main__':
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment