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

Modified notebook examples #319

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

Modified notebook examples #319

wants to merge 3 commits into from

Conversation

softwaregeek1001
Copy link

No description provided.

hpang added 3 commits August 2, 2019 11:40
1. converted examples from python2 to compatible python3 version;

2. for examples with remote data, changed the data path from "/tmp/dataset" to "./dataset/file_name"

3. added :
       config = tf.ConfigProto()
       config.gpu_options.allow_growth=True
       sess = tf.Session(config=config)

       for gpu memory increasing.
4. reformatted files

5. tested on Orion notebook.
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

1 participant