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

[transformer.py] online transformation? #1

Open
Kerkil opened this issue Sep 2, 2014 · 1 comment
Open

[transformer.py] online transformation? #1

Kerkil opened this issue Sep 2, 2014 · 1 comment

Comments

@Kerkil
Copy link

Kerkil commented Sep 2, 2014

Hi Xavier,

Does "transformer.py" in your repo perfom the transformations of the dataset ON THE FLY or UP-FRONT? I'd like to perform the data augmentation via various transformations of the original dataset on the fly without needing to store them in GPU: i.e., transform them on CPU and send them to GPU and throw them away after using them up for SGD. If I augment the data in a "preprocessing" fashion upfront by transforming and saving, I would run out of memory for GPU for the data sets I am dealing with.

I am curious if your code does ONLINE transformations of the original data sets that can be used for data augmentation on the fly.

Thanks for your help.

Kerkil

@bouthilx
Copy link
Owner

bouthilx commented Sep 2, 2014

There is both of them. I wrote a short post for both here:

Blow up the training set (and my RAM)
Blow up the training set (but NOT my RAM)

Feel free if you have any questions after reading those short posts

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