Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

how can I run it with image files in folders ? such as imagenet #11

Open
younfor opened this issue Dec 30, 2016 · 2 comments
Open

how can I run it with image files in folders ? such as imagenet #11

younfor opened this issue Dec 30, 2016 · 2 comments

Comments

@younfor
Copy link

younfor commented Dec 30, 2016

No description provided.

@MasoodK
Copy link
Contributor

MasoodK commented Dec 30, 2016

Not sure I understand what the TensorSpark-specific issue is here. That would be a standard pre-processing that you would need to do before feeding the dataset into the model. One way would be to write code (Python, Python with PySpark API, etc.) to read those images from those folders and save them all in one big CSV file, like the existing MNIST example. There might be other better ways as well :)

@illuzen
Copy link
Contributor

illuzen commented Jan 10, 2017

Agree with @MasoodK here. That being said, I'm sure we would pull in useful, well-written pre-processing code that did this.

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

No branches or pull requests

3 participants