Skip to content
Snippets Groups Projects
Commit 155715d5 authored by Oezgueracar GUELER's avatar Oezgueracar GUELER
Browse files

removed already used short form -d from --device

parent c4753bd3
No related branches found
No related tags found
1 merge request!1epoch checkpointing fix
Pipeline #70911 failed
......@@ -63,7 +63,6 @@ logger = setup(__name__.split(".")[0], format="%(levelname)s: %(message)s")
)
@click.option(
"--device",
"-d",
help='A string indicating the device to use (e.g. "cpu" or "cuda:0")',
show_default=True,
required=True,
......
......@@ -259,7 +259,6 @@ def set_reproducible_cuda():
)
@click.option(
"--device",
"-d",
help='A string indicating the device to use (e.g. "cpu" or "cuda:0")',
show_default=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