diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-02 22:57:17 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-05-02 22:57:17 +0200 |
commit | 5108e57aad2427c7e47061f7251ebfdc4bb6eedc (patch) | |
tree | cb33d220204d2171132b63c188d020c69392929a /notebooks/00-testing-stuff-out.ipynb | |
parent | 9167fa2cf2967fcc4288cb8432f62a69bd2dde35 (diff) |
Updated todos in readme
Diffstat (limited to 'notebooks/00-testing-stuff-out.ipynb')
-rw-r--r-- | notebooks/00-testing-stuff-out.ipynb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/notebooks/00-testing-stuff-out.ipynb b/notebooks/00-testing-stuff-out.ipynb index 92faaf7..12c5145 100644 --- a/notebooks/00-testing-stuff-out.ipynb +++ b/notebooks/00-testing-stuff-out.ipynb @@ -420,7 +420,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -478,7 +478,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -487,26 +487,26 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ - "patch_size=4\n", + "patch_size=16\n", "p = rearrange(x, 'b c (h p1) (w p2) -> b (h w) (p1 p2 c)', p1 = patch_size, p2 = patch_size)" ] }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 6, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "torch.Size([1, 1440, 16])" + "torch.Size([1, 1440, 256])" ] }, - "execution_count": 36, + "execution_count": 6, "metadata": {}, "output_type": "execute_result" } |