wording fix

This commit is contained in:
Lincoln Stein 2022-08-16 22:24:53 -04:00
parent 6126f09c04
commit ef605de7af

View File

@ -105,7 +105,7 @@ def create_argv_parser():
parser.add_argument('-b','--batch',
type=int,
default=1,
help="number of images to produce iteration (currently not working properly - producing too many images)")
help="number of images to produce per iteration (currently not working properly - producing too many images)")
parser.add_argument('--sampler',
choices=['plms','ddim'],
default='plms',