Skip to content

Commit 8069722

Browse files
committed
working on tensor
1 parent 71df9e3 commit 8069722

File tree

7 files changed

+2076
-3657
lines changed

7 files changed

+2076
-3657
lines changed

TensorFlow/Udacity/.ipynb_checkpoints/2_fullyconnected-Michael-checkpoint.ipynb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,28 @@
119119
" print('Test set', test_dataset.shape, test_labels.shape)"
120120
]
121121
},
122+
{
123+
"cell_type": "code",
124+
"execution_count": 44,
125+
"metadata": {
126+
"collapsed": false
127+
},
128+
"outputs": [
129+
{
130+
"data": {
131+
"text/plain": [
132+
"(numpy.float32, numpy.float32)"
133+
]
134+
},
135+
"execution_count": 44,
136+
"metadata": {},
137+
"output_type": "execute_result"
138+
}
139+
],
140+
"source": [
141+
"type(train_dataset[0][0]), type(train_labels[0][0])"
142+
]
143+
},
122144
{
123145
"cell_type": "markdown",
124146
"metadata": {

0 commit comments

Comments
 (0)