diff options
Diffstat (limited to 'src/notebooks')
-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": [ |