Skip to content

Commit 6df5fc6

Browse files
author
The TensorFlow Datasets Authors
committed
Fix the example for convert_format.py.
PiperOrigin-RevId: 678578309
1 parent 551e9d2 commit 6df5fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_datasets/scripts/convert_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
```
2424
python tensorflow_datasets/scripts/convert_format.py \
25-
--dataset_dir=/data/my_dataset/config/1.2.3 \
25+
--dataset_version_dir=/data/my_dataset/config/1.2.3 \
2626
--out_file_format=array_record \
2727
--out_dir=/data/array_record/my_dataset/config/1.2.3
2828
```

0 commit comments

Comments
 (0)