Skip to content

Commit

Permalink
(#940) fix tensorboard
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Sep 6, 2024
1 parent fa2a184 commit d1e25e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/training/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1326,6 +1326,7 @@ def init_trackers(self):
delattr(public_args, "process_group_kwargs")
delattr(public_args, "weight_dtype")
delattr(public_args, "base_weight_dtype")
delattr(public_args, "vae_kwargs")

# Hash the contents of public_args to reflect a deterministic ID for a single set of params:
public_args_hash = hashlib.md5(
Expand Down

0 comments on commit d1e25e0

Please sign in to comment.