This website requires JavaScript.
Explore
Help
Register
Sign In
UT
/
RP_AutoEncoderComparison
Watch
1
Star
0
Fork
You've already forked RP_AutoEncoderComparison
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
Research project
8
commits
1
branch
0
tags
102
KiB
master
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Kevin Alberts
d0785e12e2
Small changes to make the US weather dataset work properly, example test runs in config file.
2021-01-29 10:52:49 +01:00
datasets
Initial, very basic framework for running comparison tests
2020-11-24 17:19:46 +01:00
models
Small changes to make the US weather dataset work properly, example test runs in config file.
2021-01-29 10:52:49 +01:00
saved_models
Initial, very basic framework for running comparison tests
2020-11-24 17:19:46 +01:00
.gitignore
First basic auto-encoder and CIFAR-10 dataset implemented
2020-12-28 13:09:18 +01:00
config.example.py
Small changes to make the US weather dataset work properly, example test runs in config file.
2021-01-29 10:52:49 +01:00
logging.conf
Allow input shape to be defined by dataset, save loss values as csv after training, implemented basic version of US weather dataset, but it is very slow and has bad results probably due to input encoding issue
2021-01-20 21:48:31 +01:00
main.py
Small changes to make the US weather dataset work properly, example test runs in config file.
2021-01-29 10:52:49 +01:00
requirements.txt
Add mssim score calculation, corrupt test data before testing, clip noise to avoid invalid values
2021-01-17 16:59:14 +01:00
utils.py
Allow input shape to be defined by dataset, save loss values as csv after training, implemented basic version of US weather dataset, but it is very slow and has bad results probably due to input encoding issue
2021-01-20 21:48:31 +01:00