We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476696c commit 3f561aaCopy full SHA for 3f561aa
example/pytorch/standalone/Cedar/example.py
@@ -98,4 +98,6 @@
98
client_objects=train_clients
99
)
100
result_localize = task.run_localization(20)
101
+ if not os.path.exists('./result_save_test'):
102
+ os.mkdir('./result_save_test')
103
result_localize.to_excel('./result_save_test/localize_result.xlsx', index=False)
0 commit comments