Skip to content

Commit a1d906a

Browse files
committed
Improve presentation
Fixes and clarity
1 parent 24bb6b7 commit a1d906a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Diff for: presentation/org/SMWLevelGenerator-presentation.org

+7-5
Original file line numberDiff line numberDiff line change
@@ -261,16 +261,17 @@ For these kinds of tasks: usually use one-hot-encoding to predict the
261261
by column for speed and more local correlation.
262262

263263
Number of classes when reading...
264-
- ... column by column: @@beamer:$\approx 17\,600$ \uncover<2->{\alert{digit} number}@@
265-
- ... tile by tile: 662
264+
- ... column by column: @@beamer:$\approx 17\,600$
265+
\uncover<2->{\alert{digit} number}@@
266+
- ... tile by tile: 662@@beamer: \uncover<2->{\alert{digit} number}@@
266267
\pause No way I could train a model on that many classes even if
267268
memory problems were solved.
268269
*** Dimensionalities
269270
Different complexities reflected on the highest level via
270271
dimensionality:
271272
- 1D: Level is seen as single row of one type of tile.
272273
- 2D: Level is seen as matrix of one type of tile.
273-
- 3D: Level is seen as cube with chosen tile layers.
274+
- 3D: Level is seen as cuboid with chosen tile layers.
274275
The default type of tile for 1D and 2D is the ground tile of the
275276
level.
276277
*** Simplifications
@@ -360,15 +361,16 @@ manually chosen stride, padding and dilation so output size matches
360361
first screen size.
361362

362363
Discriminators: Inputs are first screen tensors (vector in 1D, matrix
363-
in 2D, cube in 3D), outputs are scalars whether input is real.
364+
in 2D, cuboid in 3D), outputs are scalars whether input is real.
364365
\newline Generators: Inputs are noise vectors, outputs are first
365366
screen tensors.
366367
*** Image Processing Models
367368
- Convolutional
368369
- Dense (MLP)
369370

370371
Inputs are first screen tensors, outputs are the constant metadata
371-
vectors also supplied to the sequence predictor.
372+
vectors and “level has not ended”-bit also supplied to the sequence
373+
predictor.
372374
*** Training Loops
373375
- Checkpointing and resuming training
374376
- Handling experiments (storing all parameters, logging, ...)

0 commit comments

Comments
 (0)