Commit 3093dec
authored
fix bug varautoencoder_mednist.ipynb (#1626)
Bug in VAE tutorial, indexing of the data dictionaries
train_datadict[:10] and test_datadict[:10] had been left there.
### Description
In a previous commit, someone left indexes on the data dictionaries
train_datadict[:10] and test_datadict[:10] to debug. I removed them so
the code properly runs on the whole dataset.
### Checks
Signed-off-by: Clea Dronne <66008479+clead6@users.noreply.github.com>1 parent d8fc342 commit 3093dec
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
0 commit comments