https://github.com/mxmlnkn/tfhelpers
Personal Tensorflow helpers for reading data and other things
https://github.com/mxmlnkn/tfhelpers
Last synced: 3 months ago
JSON representation
Personal Tensorflow helpers for reading data and other things
- Host: GitHub
- URL: https://github.com/mxmlnkn/tfhelpers
- Owner: mxmlnkn
- License: apache-2.0
- Created: 2020-07-01T13:21:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T17:59:30.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T19:11:56.026Z (4 months ago)
- Language: Python
- Size: 335 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Tensorflow helpers for reading data and other things
Contains:
- A tensorflow dataset build for ILSVRC2010 dataset.
The imagenet are all quite inflexible because they have things like validation lists, corrupted images and such hardcoded instead of checking them dynamically!