Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 8eaadf3

Browse files
committed
Updated check_tfrecords usage in README.md
1 parent f03063c commit 8eaadf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ tfrecorder create-tfrecords \
6969

7070
Using Python interpreter:
7171
```python
72-
import tfrecorder
72+
from tfrecorder import check
7373

74-
tfrecorder.check_tfrecords(
74+
check.check_tfrecords(
7575
file_pattern='/path/to/tfrecords/train*.tfrecord.gz',
7676
num_records=5,
7777
output_dir='/tmp/output')

0 commit comments

Comments
 (0)