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

Complete compatibility of Tensorflow.rb with Tensorflow C API #81

Merged
merged 40 commits into from Mar 15, 2017

Commits on Dec 31, 2011

  1. Improving specs

    arafatkatze committed Dec 31, 2011
    Copy the full SHA
    2363c17 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. Updating changes to tensorflow C API and making minor changes to make…

    … sure everything works with SWIG.
    arafatkatze committed Nov 26, 2016
    Copy the full SHA
    e5e1ca7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6b543ab View commit details
    Browse the repository at this point in the history
  3. Adding new

    arafatkatze committed Nov 26, 2016
    Copy the full SHA
    05eceb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Copy the full SHA
    713d8a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    81ef14a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

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

Commits on Dec 25, 2016

  1. Making changes to session

    arafatkatze committed Dec 25, 2016
    Copy the full SHA
    c72fecd View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Adding more test changes.

    Currently the tensor value is being made but the conversion to extract the contents is still in complete.
    arafatkatze committed Dec 29, 2016
    Copy the full SHA
    0ff95dc View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Removed session file.

    arafatkatze committed Dec 30, 2016
    Copy the full SHA
    ff04d88 View commit details
    Browse the repository at this point in the history
  2. Separating Classes.

    arafatkatze committed Dec 30, 2016
    Copy the full SHA
    95c3467 View commit details
    Browse the repository at this point in the history
  3. Added array conversion methods to session so that the tensor buffer c…

    …an be converted to ruby array.
    arafatkatze committed Dec 30, 2016
    Copy the full SHA
    1f7e709 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    add8984 View commit details
    Browse the repository at this point in the history
  5. Removing more files

    arafatkatze committed Dec 30, 2016
    Copy the full SHA
    f305775 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4a987ac View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    886a382 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    389e5ea View commit details
    Browse the repository at this point in the history
  9. The tests for const is running but the test for placeholder and varia…

    …ble is still to be done.
    
    next target is to make sure that the session run function works perfectly.
    arafatkatze committed Dec 30, 2016
    Copy the full SHA
    af2cc44 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Copy the full SHA
    c70e1ec View commit details
    Browse the repository at this point in the history
  2. Replacing file.

    arafatkatze committed Jan 20, 2017
    Copy the full SHA
    350ba58 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4fb796e View commit details
    Browse the repository at this point in the history
  4. Removing the ops.pbtxt and ops.pb because these are the hardcoded fil…

    …es that had to be read to
    
    make the previous tensorflow API work.
    arafatkatze committed Jan 20, 2017
    Copy the full SHA
    8ecd37c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2017

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

Commits on Jan 29, 2017

  1. Copy the full SHA
    2e73688 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2dd8955 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2017

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

Commits on Mar 1, 2017

  1. Copy the full SHA
    fcb5dd8 View commit details
    Browse the repository at this point in the history
  2. Updated tensorflow session API.

    TODO: Add the while loop to graph.
    arafatkatze committed Mar 1, 2017
    Copy the full SHA
    998caef View commit details
    Browse the repository at this point in the history
  3. Removed previous specs that are incompatible with the current API and…

    … added tests and helper functions for Operation class.
    arafatkatze committed Mar 1, 2017
    Copy the full SHA
    02bb9f2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    136ee75 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f50f03a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    229916c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2017

  1. Squashed commit of the following:

    commit ecf1954
    Author: Arafatk <arafat.da.khan@gmail.com>
    Date:   Sun Mar 5 09:41:43 2017 +0530
    
        Making linter changes and removing un necessary files.
        Squashed commit of the following:
    
        commit 1802f8a
        Author: Arafatk <arafat.da.khan@gmail.com>
        Date:   Sat Mar 4 23:47:21 2017 +0530
    
            Removing unnecessary file writing spec.
    
        commit 41dd55f
        Author: Arafatk <arafat.da.khan@gmail.com>
        Date:   Sat Mar 4 23:40:13 2017 +0530
    
            Adding Linter Changes to Specs.
    
        commit 23c6833
        Author: Arafatk <arafat.da.khan@gmail.com>
        Date:   Sat Mar 4 23:36:48 2017 +0530
    
            Adding Linter changes.
    
    commit d8bcdc3
    Author: Arafatk <arafat.da.khan@gmail.com>
    Date:   Sat Mar 4 20:22:02 2017 +0530
    
        Adding specs for scope
    
    commit 3b00f69
    Author: Arafatk <arafat.da.khan@gmail.com>
    Date:   Fri Mar 3 10:56:30 2017 +0530
    
        Adding Scope Class.
    arafatkatze committed Mar 5, 2017
    Copy the full SHA
    eb0cacf View commit details
    Browse the repository at this point in the history
  2. Adding constant specs.

    arafatkatze committed Mar 5, 2017
    Copy the full SHA
    a4f7d19 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5b91300 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. Copy the full SHA
    1b53ca6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5432372 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. String encoding completed for a single dimensional string and image r…

    …ecognition tutorial
    
    is also functional.
    arafatkatze committed Mar 7, 2017
    Copy the full SHA
    7f63e46 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

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

Commits on Mar 12, 2017

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