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

[scripts.train] Fix overlapping short options for datamodule and device

parent 7c34000d
No related branches found
No related tags found
1 merge request!6Making use of LightningDataModule and simplification of data loading
Pipeline #76589 failed
...@@ -125,7 +125,7 @@ logger = setup(__name__.split(".")[0], format="%(levelname)s: %(message)s") ...@@ -125,7 +125,7 @@ logger = setup(__name__.split(".")[0], format="%(levelname)s: %(message)s")
) )
@click.option( @click.option(
"--device", "--device",
"-d", "-x",
help='A string indicating the device to use (e.g. "cpu" or "cuda:0")', help='A string indicating the device to use (e.g. "cpu" or "cuda:0")',
show_default=True, show_default=True,
required=True, required=True,
......
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