Skip to content

Fully Configurable TensorFlow Models #29

Description

@3ygun

Goal

Allow for the Android app to use any TensorFlow model with a supplied configuration file for retrieving the weights and biases. (Most of the big points on #28)

Parts

  • Complete Android TensorFlow (with wifi & refractoring changes) #32 basic TensorFlow in the app

  • Add ability for server to supply the fields to get the weight values trainable parameters

  • Add ability for app to get & send all the fields supplied by the server

  • Test that everything is happening

  • Supply a program (set of python methods) to CrowdML supervisors that will populate the .json configuration data needed

    • Should give named parameters from the graph/model and populate the feature sizes etc.
    • Something like call:
    def generateCrowdMLTFConfig(session):
        ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions