├── README.md ├── cifar10_estimator_dataset.py ├── cifar10_estimator_dataset_predict.py ├── predict-images ├── 0-attack_aircraft_s_000153.png ├── 1-coupe_s_001944.png ├── 2-accentor_s_000677.png ├── 3-alley_cat_s_000200.png ├── 4-american_elk_s_001521.png ├── 5-chihuahua_s_000825.png ├── 6-leptodactylus_pentadactylus_s_000004.png ├── 7-cow_pony_s_001168.png ├── 8-sea_boat_s_001584.png └── 9-camion_s_000148.png └── save-and-read-cifar10-tfrecords.ipynb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/README.md -------------------------------------------------------------------------------- /cifar10_estimator_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/cifar10_estimator_dataset.py -------------------------------------------------------------------------------- /cifar10_estimator_dataset_predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/cifar10_estimator_dataset_predict.py -------------------------------------------------------------------------------- /predict-images/0-attack_aircraft_s_000153.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/0-attack_aircraft_s_000153.png -------------------------------------------------------------------------------- /predict-images/1-coupe_s_001944.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/1-coupe_s_001944.png -------------------------------------------------------------------------------- /predict-images/2-accentor_s_000677.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/2-accentor_s_000677.png -------------------------------------------------------------------------------- /predict-images/3-alley_cat_s_000200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/3-alley_cat_s_000200.png -------------------------------------------------------------------------------- /predict-images/4-american_elk_s_001521.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/4-american_elk_s_001521.png -------------------------------------------------------------------------------- /predict-images/5-chihuahua_s_000825.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/5-chihuahua_s_000825.png -------------------------------------------------------------------------------- /predict-images/6-leptodactylus_pentadactylus_s_000004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/6-leptodactylus_pentadactylus_s_000004.png -------------------------------------------------------------------------------- /predict-images/7-cow_pony_s_001168.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/7-cow_pony_s_001168.png -------------------------------------------------------------------------------- /predict-images/8-sea_boat_s_001584.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/8-sea_boat_s_001584.png -------------------------------------------------------------------------------- /predict-images/9-camion_s_000148.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/predict-images/9-camion_s_000148.png -------------------------------------------------------------------------------- /save-and-read-cifar10-tfrecords.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/secsilm/understaing-datasets-estimators-tfrecords/HEAD/save-and-read-cifar10-tfrecords.ipynb --------------------------------------------------------------------------------