Skip to content

Commit

Permalink
fix log gen
Browse files Browse the repository at this point in the history
  • Loading branch information
patil-suraj committed Jul 19, 2023
1 parent b484878 commit db863a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/log_generations_wandb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def chunk(it, size):


def generate_and_log(args):
run_name = f"samples-{args.run_id}-{args.checkpoint}-t={args.timesteps}-g={args.guidance_scale}-temp={args.temperature}-maskgit={args.use_maskgit_generate}"
run_name = f"{args.transformer} samples at checkpoint {args.checkpoint}"
wandb.init(
project=args.project,
entity=args.entity,
Expand Down

0 comments on commit db863a1

Please sign in to comment.