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

Prepare Data #2

Closed
herleeyandi opened this issue May 15, 2017 · 4 comments
Closed

Prepare Data #2

herleeyandi opened this issue May 15, 2017 · 4 comments

Comments

@herleeyandi
Copy link

Hello can you show me PrepareData part?, What happen in get_next_batch?
I just guest it should be has 2 .npy files (in case I just want detect landmark) which one has dimension number_of_dataX3X40X40 and the Landmark with dimension number_of_dataX10 . But I dont know how to feed the data and what exactly happen in get_next_batch.
-Thank you-

@flyingzhao
Copy link
Owner

You can take my code as a reference, then you can write your own implement.

@herleeyandi
Copy link
Author

I just want to know what exactly should be happening in get_next_batch("testing", 50) is it load 50% of your dataset as testing data? or from testing dataset you load until index 50?
What is for x in range(10000): 10000 is the epoch of training?
Sorry I am new in tensorflow.
-Thank you-

@flyingzhao
Copy link
Owner

I take 50 pictures as a batch. 10000 is how many times to take 50 pictures.

@MayankSharma-MS
Copy link

Hi herleeyandi,
I am new to tensorflow and trying to get some hands-on. Were you able to get this working?? if yes please update on how to use this. thanks!!

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

3 participants