diff options
Diffstat (limited to 'fashion-mnist-with-pytorch-93-accuracy.ipynb')
-rw-r--r-- | fashion-mnist-with-pytorch-93-accuracy.ipynb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fashion-mnist-with-pytorch-93-accuracy.ipynb b/fashion-mnist-with-pytorch-93-accuracy.ipynb index 5f98a1f..be0f0dd 100644 --- a/fashion-mnist-with-pytorch-93-accuracy.ipynb +++ b/fashion-mnist-with-pytorch-93-accuracy.ipynb @@ -418,10 +418,11 @@ }, "outputs": [ { - "output_type": "stream", "name": "stdout", + "output_type": "stream", "text": [ - "<class 'torch.Tensor'> <class 'torch.Tensor'>\ntorch.Size([10, 1, 28, 28]) torch.Size([10])\n" + "<class 'torch.Tensor'> <class 'torch.Tensor'>\n", + "torch.Size([10, 1, 28, 28]) torch.Size([10])\n" ] } ], @@ -988,9 +989,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.6-final" + "version": "3.9.6" } }, "nbformat": 4, "nbformat_minor": 4 -}
\ No newline at end of file +} |