Skip to content

Commit 8c94e2f

Browse files
VladimirStarostenkovseanpmorgan
authored andcommitted
Remove shuffling for the test dataset (#559)
In order to have a good picture with https://projector.tensorflow.org/
1 parent 813e88d commit 8c94e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/losses_triplet.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"train_dataset = train_dataset.shuffle(1024).batch(32)\n",
168168
"train_dataset = train_dataset.map(_normalize_img)\n",
169169
"\n",
170-
"test_dataset = test_dataset.shuffle(1024).batch(32)\n",
170+
"test_dataset = test_dataset.batch(32)\n",
171171
"test_dataset = test_dataset.map(_normalize_img)"
172172
],
173173
"execution_count": 0,

0 commit comments

Comments
 (0)