bghira/SimpleTuner

Sana training on tensorboard fails unless sana_complex_human_instruction is deleted from public_args

Closed this issue · 0 comments

OhioT commented

def init_trackers(self):
delattr(public_args, "sana_complex_human_instruction")

This is because sana_complex_human_instruction is an array, which tensorboard doesn't support as an argument.