deeplake
deeplake copied to clipboard
[FEATURE] Create Datasets from TFRecords
🚨🚨 Feature Request
- [ ] Related to an existing Issue
- [x] A new implementation (Improvement, Extension)
If your feature will improve HUB
Add hub.auto functionality for easy parsing of TFRecords into a Hub dataset.
Difficulty: Hard
Do you see any issue of using https://github.com/jongwook/tfrecord_lite for reading the tfrecords, and create the hub dataset, or does it have to be using tensorflow?
@ubergeekNZ thanks for asking! ideally we do not introduce any dependencies, especially for smaller functions.