Skip to content

Commit 20a4c1b

Browse files
committed
add(13-Loading_Preprocssing_Data_TF): More on TFRecord
- Compressed TFRecord Files - Brief Intro to Protocol Buffers - TensorFlow Protobufs - Loading and Parsing TensorFlow Protobufs
1 parent 3589d9f commit 20a4c1b

File tree

5 files changed

+639
-3
lines changed

5 files changed

+639
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.ipynb_checkpoints
22
my_logs/*
33
saved_models/*
4+
__pycache__
45

56
my_mnist_logs/*
67
my_mnist_model.h5
@@ -25,4 +26,6 @@ my_model_with_many_custom_parts.keras
2526

2627
my_model_with_a_custom_layer.keras
2728

28-
my_data.tfrecord
29+
my_data.tfrecord
30+
my_compressed.tfrecord
31+
my_contacts.tfrecord

0 commit comments

Comments
 (0)