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

Training on new data #2

Open
zabhishekgupta opened this issue Jul 25, 2018 · 3 comments
Open

Training on new data #2

zabhishekgupta opened this issue Jul 25, 2018 · 3 comments

Comments

@zabhishekgupta
Copy link

What's parameter to change to train the model on different data set than Minst etc..

@ndrplz
Copy link
Owner

ndrplz commented Jul 25, 2018

Hi @zabhishekgupta ,
you can implement the loader for your dataset in data_load.py, then pass as argument the name of your new dataset in main.py with --dataset option

@zabhishekgupta
Copy link
Author

thanks a lot Andrea.. in the model its not very clear where data is been split for training on clean and noise images... can you please help.

Regards,
Abhishek

@ndrplz
Copy link
Owner

ndrplz commented Jul 27, 2018

For MNIST dataset this takes place here, which in turn calls this function to transform the images. This returns for each split a list of TransformingAutoencoderExample. Each TransformingAutoencoderExample in turn stores pre-trasform image (view_1), post-transform image (view_2) and transformation applied.
Hope this helps!

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

2 participants