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

n_augment #1

Open
nationalflag opened this issue Mar 15, 2016 · 7 comments
Open

n_augment #1

nationalflag opened this issue Mar 15, 2016 · 7 comments

Comments

@nationalflag
Copy link

could you tell me how "n_augment" works?

@andersbll
Copy link
Owner

It creates an augmented version of the dataset containin n_augment samples. For the CelebA dataset it doesn't really help and you might simply set n_augment=0 in which disables augmentation.

@nationalflag
Copy link
Author

Should I decrease the complexity of the model to decrease parameters and avoid overfitting when I set n_augment=0?

@andersbll
Copy link
Owner

No, that is not my experience. Are we talking CelebA?

@nationalflag
Copy link
Author

Yes.
I try to implement your algorithm on my own and my model's parameters are no more than yours, but my model seems to overfit because the validation error increases after several epochs.
I guess maybe it is because i don't augment the CelebA data ?

@andersbll
Copy link
Owner

What are you measuring as validation error?

@nationalflag
Copy link
Author

The reconstruction error — second term in your loss function

@andersbll
Copy link
Owner

Ok, I wouldn't worry about that since the reconstruction error is measured in a feature space. The scale of the feature representation may increase over time which leads to larger reconstruction errors. I guess this is what you are observing.

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