Skip to content

Commit 82b3122

Browse files
author
Kent Sommer
authored
Update stats
1 parent 8b349a2 commit 82b3122

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Each data sample consists of an obstacle image and a goal image followed by the
7878

7979
Dataset size | 8x8 | 16x16 | 28x28
8080
-- | -- | -- | --
81-
Train set | 82775 | 720747 | 1529584
82-
Test set | 14169 | 121490 | 251755
81+
Train set | 81337 | 456309 | 1529584
82+
Test set | 13846 | 77203 | 251755
8383

8484
The datasets (8x8, 16x16, and 28x28) included in this repository can be reproduced using the ```dataset/make_training_data.py``` script. Note that this script is not optimized and runs rather slowly (also uses a lot of memory :D)
8585

@@ -89,4 +89,4 @@ The datasets (8x8, 16x16, and 28x28) included in this repository can be reproduc
8989

9090
Test Accuracy | 8x8 | 16x16 | 28x28
9191
-- | -- | -- | --
92-
PyTorch | 99.78% | 93.25% | Not-done-yet
92+
PyTorch | 99.83% | 94.84% | Not-done-yet

0 commit comments

Comments
 (0)