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

One Question about Data Augmentation #6

Closed
pengpaiSH opened this issue Mar 8, 2015 · 2 comments
Closed

One Question about Data Augmentation #6

pengpaiSH opened this issue Mar 8, 2015 · 2 comments

Comments

@pengpaiSH
Copy link

@benanne First of all, thank you for sharing your code ~ I am especially interested in your online(or real-time) data augmentation module which I would like to prevent from overfitting depend on this strategy. However, I am fully lost in realtime_augmentation.py. The most concern is: if I have load the training dataset X_train(should be a numpy.array), then how could I get a augmented data X_augment by your functions ? Thank you !

@benanne
Copy link
Owner

benanne commented Mar 11, 2015

It's a bit of a mess because the code grew organically as the competition progressed. The code is written specifically for the galaxy challenge dataset, and it loads the JPEGs on the fly every time to save memory. If you have an array with training datapoints already loaded, you will have to modify this. It's definitely possible, but unfortunately I don't have much time right now to provide guidance.

@pengpaiSH
Copy link
Author

@benanne Still thank you for your reply !

@benanne benanne closed this as completed Mar 20, 2015
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