Skip to content

Commit

Permalink
chd results path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColdIce committed Sep 29, 2023
1 parent 8392691 commit f933ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions federated-learning-v2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def main():

# save results
dt = datetime.datetime.now().strftime('%Y-%m-%d_%H:%M:%S')
os.makedirs(f'results/{dt}', exist_ok=True)
os.system(f'mv log results/{dt}/log')
os.makedirs(f'~/flib/results/{dt}', exist_ok=True)
os.system(f'mv log ~/flib/results/{dt}/log')

if __name__ == '__main__':
main()

0 comments on commit f933ff4

Please sign in to comment.