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

[83] Example to run a deep learning demo #99

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

thunterdb
Copy link
Contributor

This PR contains a script that runs a deep learning example. This only works with TFrames 0.2.8+

TODO: Note that this requires tf-slim to work. Since tf-slim is not properly packaged, this requires some extra installation instructions to properly work.

print('Downloading the model...')
dataset_utils.download_and_uncompress_tarball(url, checkpoints_dir)

#### TEST TO REMOVE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove?

@yupbank
Copy link
Contributor

yupbank commented May 9, 2017

hey, i was also trying to achieve this, from the official example code, so there is no notion of sc.broadcast(tensorflow_checkpoints) and just works on a input dataframe? I was wondering how the parameter actually passed to the workers

@yupbank
Copy link
Contributor

yupbank commented May 16, 2017

just answering my own question, convert_variables_to_constants is doing the trick

@yupbank
Copy link
Contributor

yupbank commented Jun 2, 2017

so i ported one without the slim thing are you ok if i make another commit to this?

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

Successfully merging this pull request may close these issues.

None yet

3 participants