Skip to content

Commit 8561932

Browse files
Update train.py
1 parent 3c6864d commit 8561932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def main(args):
277277
parser.add_argument('--discr_force', default=False, type=bool, help='If True Discriminator would not train when adversarial loss is high')
278278
parser.add_argument('--scheduler', default=False, type=bool, help='If True decreasing LR is used for learning of generator and discriminator')
279279
parser.add_argument('--scheduler_step', default=5000, type=int)
280-
parser.add_argument('--scheduler_gamma', default=0.2, type=int, help='It is value, which shows how many times to decrease LR')
280+
parser.add_argument('--scheduler_gamma', default=0.2, type=float, help='It is value, which shows how many times to decrease LR')
281281
parser.add_argument('--eye_detector_loss', default=False, type=bool, help='If True eye loss with using AdaptiveWingLoss detector is applied to generator')
282282
# info about this run
283283
parser.add_argument('--use_wandb', default=False, type=bool, help='Use wandb to track your experiments or not')

0 commit comments

Comments
 (0)