Skip to content

Commit 3f561aa

Browse files
committed
Update example.py
1 parent 476696c commit 3f561aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/pytorch/standalone/Cedar/example.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,6 @@
9898
client_objects=train_clients
9999
)
100100
result_localize = task.run_localization(20)
101+
if not os.path.exists('./result_save_test'):
102+
os.mkdir('./result_save_test')
101103
result_localize.to_excel('./result_save_test/localize_result.xlsx', index=False)

0 commit comments

Comments
 (0)