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

Commits on Aug 2, 2019

  1. project init

    hpang committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    4729bc8 View commit details
    Browse the repository at this point in the history
  2. for review

    hpang committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    df64adf View commit details
    Browse the repository at this point in the history
  3. Modified the original Tensorflow examples with:

    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.
    hpang committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    48522cf View commit details
    Browse the repository at this point in the history