Updates
1 unresolved thread
1 unresolved thread
- Approaching #35 (closed) (almost done) and #37 (closed)
- Add [--allow-missing-files] in the script
db_to_tfrecords.py
db_to_tfrecords.py
merged
mentioned in commit 205ab9f4
3 | 3 | """Converts Bio and PAD datasets to TFRecords file formats. |
4 | 4 | |
5 | 5 | Usage: |
6 | %(prog)s <config_files>... | |
6 | %(prog)s <config_files>... [--allow-missing-files] | |
|