This website requires JavaScript.
Explore
Help
Sign in
UT
/
RP_AutoEncoderComparison
Archived
Watch
1
Star
0
Fork
You've already forked RP_AutoEncoderComparison
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Research project
This repository has been archived on
2025-07-30
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
5
commits
1
branch
0
tags
54
KiB
Python
100%
f76374111c
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
f76374111c
Add mssim score calculation, corrupt test data before testing, clip noise to avoid invalid values
2021-01-17 16:59:14 +01:00
datasets
Initial, very basic framework for running comparison tests
2020-11-24 17:19:46 +01:00
models
Add mssim score calculation, corrupt test data before testing, clip noise to avoid invalid values
2021-01-17 16:59:14 +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
Implement types of auto-encoders and corruption, use log scale in loss graphs, lots of helper function hooks in training process to allow implementations
2020-12-29 18:44:44 +01:00
logging.conf
Implement types of auto-encoders and corruption, use log scale in loss graphs, lots of helper function hooks in training process to allow implementations
2020-12-29 18:44:44 +01:00
main.py
Implement types of auto-encoders and corruption, use log scale in loss graphs, lots of helper function hooks in training process to allow implementations
2020-12-29 18:44:44 +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
Implement types of auto-encoders and corruption, use log scale in loss graphs, lots of helper function hooks in training process to allow implementations
2020-12-29 18:44:44 +01:00