Skip to content

Commit

Permalink
🐛 Style Transfer: kill immortal fast gen server at the end of the pro…
Browse files Browse the repository at this point in the history
…cess
  • Loading branch information
simonmeoni committed Feb 28, 2024
1 parent 2b1f1da commit 38196e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/style-transfer/style_transfer/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def add_prompt(data_point):

wandb.log({"test_dataset": wandb.Table(dataframe=pd.concat(test_dataset))})
wandb.finish()
client.terminate_server()


if __name__ == "__main__":
Expand Down

0 comments on commit 38196e3

Please sign in to comment.