First basic auto-encoder and CIFAR-10 dataset implemented
This commit is contained in:
parent
51cc5d1d30
commit
62f9b873e9
10 changed files with 509 additions and 27 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -220,4 +220,7 @@ fabric.properties
|
|||
/datasets/*
|
||||
!/datasets/.gitkeep
|
||||
|
||||
/test_temp
|
||||
/train_temp
|
||||
|
||||
/config.py
|
||||
|
|
|
|||
Reference in a new issue