Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOneNet Ensemble Model #22

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
2fab3cc
Add the option for a ResNet18 backend.
baiydaavi Aug 12, 2021
1accb06
Add the colab file for ResNet18 training on Tiny ImageNet dataset.
baiydaavi Aug 12, 2021
5102f3f
Update parameters to increase maximum spatial frequency to 11.2.
baiydaavi Aug 12, 2021
3f08a58
Add num_classes parameter to the backends.
baiydaavi Aug 12, 2021
e9730d6
Update formatting.
baiydaavi Aug 12, 2021
ee4bc4a
Update formatting.
baiydaavi Aug 13, 2021
c235015
Update to add resnet18 backend that can accept the Tiny ImageNet data…
baiydaavi Aug 13, 2021
0117e5a
Colab file to train VOneNet with a ResNet18 backend on Tiny ImageNet.
baiydaavi Aug 13, 2021
a1cc1f5
Add parameter to control level of poisson noise in VOneBlock.
baiydaavi Aug 13, 2021
47e7bb4
Add parameters to fix noise.
baiydaavi Aug 15, 2021
4676b96
Add trained model checkpoints with best accuracy.
baiydaavi Aug 17, 2021
5e4edfe
Add trained model checkpoints with best accuracy.
baiydaavi Aug 17, 2021
3248c31
Add a model for VOneNet with multiple VOneBlocks.
baiydaavi Aug 22, 2021
798ff13
Update to add function to import VOneNet_ensemble model.
baiydaavi Aug 22, 2021
1c8d41f
Add VOneBlockEnsemble module and use it to define VOneNetEnsemble model.
baiydaavi Aug 22, 2021
536780a
Add out_channels arguments to VOneNetEnsemble.
baiydaavi Aug 22, 2021
0cce413
Update the model name of VOneNetEnsemble model.
baiydaavi Aug 22, 2021
29ab26e
Add option for a weighted ensemble model.
baiydaavi Aug 23, 2021
1b3f978
Add resnet models with modified first convolution and maxpool layer.
baiydaavi Sep 3, 2021
528fa2a
Add training colab files.
baiydaavi Sep 14, 2021
a17d786
Remove old VOneResNet training colab file.
baiydaavi Sep 14, 2021
3cda8a2
Remove old VOneResNet training colab file.
baiydaavi Sep 14, 2021
761658d
Remove old VOneResNet training colab file.
baiydaavi Sep 14, 2021
ff85e2b
Add function to generate noisy data.
baiydaavi Sep 15, 2021
ea1e807
Update README.md.
baiydaavi Feb 1, 2022
f299ee2
Update README.md.
baiydaavi Feb 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add trained model checkpoints with best accuracy.
baiydaavi committed Aug 17, 2021
commit 4676b960e3f4f84e808b7f6c209dd80ae02f4a71
Binary file added checkpoint/best_models/high_complex.pth
Binary file not shown.
Binary file added checkpoint/best_models/high_noise.pth
Binary file not shown.
Binary file added checkpoint/best_models/high_simple.pth
Binary file not shown.
Binary file added checkpoint/best_models/low_noise.pth
Binary file not shown.
Binary file added checkpoint/best_models/no_noise.pth
Binary file not shown.
Binary file added checkpoint/best_models/normal_noise.pth
Binary file not shown.
Binary file added checkpoint/best_models/only_complex.pth
Binary file not shown.
Binary file added checkpoint/best_models/only_simple.pth
Binary file not shown.
Binary file added checkpoint/best_models/sf_high.pth
Binary file not shown.
Binary file added checkpoint/best_models/sf_low.pth
Binary file not shown.
Binary file added checkpoint/best_models/sf_mid.pth
Binary file not shown.