Skip to content

Commit

Permalink
remove unused flag variables fid file
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianFatras committed Dec 6, 2023
1 parent 2b5a78b commit 12a7f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/cifar10/compute_fid.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
flags.DEFINE_integer("num_channel", 128, help="base channel of UNet")

# Training
flags.DEFINE_bool("parallel", False, help="multi gpu training")
flags.DEFINE_string("input_dir", "./results", help="output_directory")
flags.DEFINE_string("model", "otcfm", help="flow matching model type")
flags.DEFINE_integer("integration_steps", 100, help="number of inference steps")
Expand Down

0 comments on commit 12a7f52

Please sign in to comment.