Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadene committed Dec 3, 2024
1 parent afbd42d commit c6e9a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lerobot/scripts/manage_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
parser_conso.add_argument(
"--batch-size",
type=int,
default=32,
default=8,
help="Batch size loaded by DataLoader for computing the dataset statistics.",
)
parser_conso.add_argument(
Expand Down Expand Up @@ -85,7 +85,7 @@
"--private",
type=int,
default=0,
help="Create a private dataset repository on the Hugging Face Hub.",
help="Create a private dataset repository on the Hugging Face Hub. Push publicly by default.",
)

args = parser.parse_args()
Expand Down

0 comments on commit c6e9a3d

Please sign in to comment.