From d691b548cd0b6fc4ea184d64261f633789fee021 Mon Sep 17 00:00:00 2001 From: aktersnurra Date: Thu, 7 Jan 2021 23:35:42 +0100 Subject: working on vq-vae --- src/notebooks/00-testing-stuff-out.ipynb | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'src/notebooks') diff --git a/src/notebooks/00-testing-stuff-out.ipynb b/src/notebooks/00-testing-stuff-out.ipynb index dd02098..b5fdbe0 100644 --- a/src/notebooks/00-testing-stuff-out.ipynb +++ b/src/notebooks/00-testing-stuff-out.ipynb @@ -95,13 +95,33 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ "t = torch.randn(2, 1, 28, 952)" ] }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "torch.Size([56, 952])" + ] + }, + "execution_count": 3, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "t.view(-1, 952).shape" + ] + }, { "cell_type": "code", "execution_count": 14, -- cgit v1.2.3-70-g09d2