diff options
author | aktersnurra <gustaf.rydholm@gmail.com> | 2021-01-07 23:35:42 +0100 |
---|---|---|
committer | aktersnurra <gustaf.rydholm@gmail.com> | 2021-01-07 23:35:42 +0100 |
commit | d691b548cd0b6fc4ea184d64261f633789fee021 (patch) | |
tree | 99e2fc5481ce102d5655b65681274e5f0286306f /src/notebooks/00-testing-stuff-out.ipynb | |
parent | ff9a21d333f11a42e67c1963ed67de9c0fda87c9 (diff) |
working on vq-vae
Diffstat (limited to 'src/notebooks/00-testing-stuff-out.ipynb')
-rw-r--r-- | src/notebooks/00-testing-stuff-out.ipynb | 22 |
1 files changed, 21 insertions, 1 deletions
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,7 +95,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -104,6 +104,26 @@ }, { "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, "metadata": {}, "outputs": [ |