diff options
author | Anthony Wang | 2021-08-26 21:51:03 -0500 |
---|---|---|
committer | Anthony Wang | 2021-08-26 21:51:03 -0500 |
commit | 3810eb70cff24a2a0dfa2754c1ab7d9462690453 (patch) | |
tree | 39a6639360970145d560401fd567717e5d564e14 /fashion-mnist-with-pytorch-93-accuracy.ipynb | |
parent | 0e7436a788c423a8f2e1e4df82f4da0f5388fc72 (diff) |
Add latest versions of all files
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 +} |