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

Using trained DAE #58

Open
sandeepnmenon opened this issue Sep 26, 2017 · 0 comments
Open

Using trained DAE #58

sandeepnmenon opened this issue Sep 26, 2017 · 0 comments

Comments

@sandeepnmenon
Copy link

After setting up the package and running the following command
python run_autoencoder.py --n_components 1024 --batch_size 64 --num_epochs 20 --verbose 1 --learning_rate 0.05 --corr_type masking --corr_frac 0.5 --enc_act_func sigmoid --dec_act_func sigmoid --loss_func cross_entropy --opt momentum --momentum 0.9 --main_dir dae-models --model_name dae1024

The folder .yadlt was created with folders 'data', 'logs' and 'models'
The 'models' folder has 'checkpoint ' , 'dae.data-00000-of-00001' , 'dae.index' and 'dae.meta' files in it.
Did the code run properly?
If yes where is the trained model?
How to use the trained model to denoise images?

Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant