Skip to content
Snippets Groups Projects
Commit 450d9f96 authored by Tamino Huxohl's avatar Tamino Huxohl
Browse files

update default batch size for cgan training

parent 148c1d80
No related branches found
No related tags found
No related merge requests found
......@@ -304,7 +304,7 @@ if __name__ == "__main__":
parser.add_argument(
"--batch_size",
type=int,
default=8,
default=64,
help="the batch size used for training",
)
parser.add_argument(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment