Skip to content
Snippets Groups Projects
Commit 0c7e6439 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts.predict] Reset default batch-size to 1

parent 50148b8c
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
......@@ -71,7 +71,7 @@ logger = setup(__name__.split(".")[0], format="%(levelname)s: %(message)s")
requirements for the network).""",
required=True,
show_default=True,
default=10,
default=1,
type=click.IntRange(min=1),
cls=ResourceOption,
)
......
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