Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.learn.tensorflow bob.learn.tensorflow
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.learn.tensorflowbob.learn.tensorflow
  • Merge requests
  • !32

Organizing transfer learning

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tiago de Freitas Pereira requested to merge organizing-transfer-learning into master Nov 03, 2017
  • Overview 5
  • Commits 5
  • Pipelines 4
  • Changes 9

Basically I organized the keyword arguments for the input networks used in the estimator.

Now, we can expect that the network has this function signature: inputs, reuse=False, is_training_mode = True, trainable_variables=True

where,

  • reuse: If you want to reuse the tensorflow variables
  • is_training_mode: If you are in training mode or not.
  • trainable_variables: IF the set of variables in the network function are trainable

Tests are passing.

Edited Nov 06, 2017 by Tiago de Freitas Pereira
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: organizing-transfer-learning