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

Adding support for distributed TensorFlow. #14

Merged
merged 17 commits into from Feb 22, 2017
Merged

Adding support for distributed TensorFlow. #14

merged 17 commits into from Feb 22, 2017

Commits on Feb 18, 2017

  1. Copy the full SHA
    7808eef View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    240758b View commit details
    Browse the repository at this point in the history
  3. 1
    Copy the full SHA
    f0eed29 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    426a5d2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    462baee View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    60517a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Copy the full SHA
    9b7b546 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d2955e4 View commit details
    Browse the repository at this point in the history
  3. Point people to the model implementations instead of models.py, which

    isn't informative anymore.
    LeegleechN committed Feb 19, 2017
    Copy the full SHA
    bac206a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2017

  1. Copy the full SHA
    3723eef View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Add support for Python3.

    cesposo authored and LeegleechN committed Feb 21, 2017
    Copy the full SHA
    4dcf784 View commit details
    Browse the repository at this point in the history
  2. Changed several xrange to range, as per Python 3 specifications, also…

    … on line 149 of average_precision_calculator.py from list type to zip-type again as per Python 3 changes (#17)
    cesposo authored and LeegleechN committed Feb 21, 2017
    Copy the full SHA
    f5a5d0e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d05f7dd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e985a52 View commit details
    Browse the repository at this point in the history
  5. Fixing a bug that prevents Tensorflow operations to be allocated to m…

    …ultiple parameter servers.
    
    This CR also contains a couple changes to explicitely specify some default parameters to increase readability.
    vicaire committed Feb 21, 2017
    Copy the full SHA
    3062507 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Copy the full SHA
    3439e33 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cc95ac9 View commit details
    Browse the repository at this point in the history