Simon Strandgaard commited on
Commit
cf5cd0c
1 Parent(s): 7689222

Explanation

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -14,12 +14,14 @@ size_categories:
14
 
15
  This dataset contains 42300 items in total. There are 9 curriculums each containing 4700 items.
16
 
17
- The `width x height` is between `3x3` and `14x14`.
18
 
19
  Each item in this dataset is a markdown file.
20
 
21
  The markdown file has these sections: `Input`, `Output without wrap`, `Output with wrap`, `Status`.
22
 
 
 
23
  The `Perform N steps` has these variants:
24
- - When it's `Perform 1 step.` then only 1 iteration is performed.
25
- - When it's `Perform 2 steps.`, then 2 iterations have to be performed which is harder.
 
14
 
15
  This dataset contains 42300 items in total. There are 9 curriculums each containing 4700 items.
16
 
17
+ The images are between `3x3` and `14x14`.
18
 
19
  Each item in this dataset is a markdown file.
20
 
21
  The markdown file has these sections: `Input`, `Output without wrap`, `Output with wrap`, `Status`.
22
 
23
+ Each of the `Input` images are unique.
24
+
25
  The `Perform N steps` has these variants:
26
+ - When it's `Perform 1 step` then one iteration is performed, easy.
27
+ - When it's `Perform 2 steps` then two iterations are performed, hard.