Add latest versions of all files

This commit is contained in:
Anthony Wang 2021-08-26 21:51:03 -05:00
parent 0e7436a788
commit 3810eb70cf
5 changed files with 132 additions and 44 deletions

1
.gitignore vendored
View file

@ -1,6 +1,5 @@
# Data
data
img_align_celeba
# Byte-compiled / optimized / DLL files
__pycache__/

File diff suppressed because one or more lines are too long

View file

@ -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
}
}

View file

@ -125,10 +125,16 @@
"metadata": {},
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"output_type": "stream",
"text": [
"[[0. 0. 0. ... 0. 0. 0.]\n [0. 0. 0. ... 0. 0. 0.]\n [0. 0. 0. ... 0. 0. 0.]\n ...\n [0. 0. 0. ... 0. 0. 0.]\n [0. 0. 0. ... 0. 0. 0.]\n [0. 0. 0. ... 0. 0. 0.]]\n"
"[[0. 0. 0. ... 0. 0. 0.]\n",
" [0. 0. 0. ... 0. 0. 0.]\n",
" [0. 0. 0. ... 0. 0. 0.]\n",
" ...\n",
" [0. 0. 0. ... 0. 0. 0.]\n",
" [0. 0. 0. ... 0. 0. 0.]\n",
" [0. 0. 0. ... 0. 0. 0.]]\n"
]
}
],
@ -1937,9 +1943,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6-final"
"version": "3.9.6"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
}

View file

@ -121,14 +121,14 @@
"metadata": {},
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"torchvision.datasets.mnist.FashionMNIST"
]
},
"execution_count": 6,
"metadata": {},
"execution_count": 6
"output_type": "execute_result"
}
],
"source": [
@ -781,9 +781,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6-final"
"version": "3.9.6"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
}