Skip to content

Commit

Permalink
Up default number of training epochs
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Jun 30, 2019
1 parent 77fad65 commit 2c60838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcvc/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"--testBatchSize", type=int, default=1, help="testing batch size"
)
parser.add_argument(
"--nEpochs", type=int, default=32, help="number of epochs to train for"
"--nEpochs", type=int, default=50, help="number of epochs to train for"
)
parser.add_argument("--input_nc", type=int, default=1, help="input image channels")
parser.add_argument(
Expand Down

0 comments on commit 2c60838

Please sign in to comment.