Skip to content
Snippets Groups Projects

Organizing transfer learning

Merged Tiago de Freitas Pereira requested to merge organizing-transfer-learning into master

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 by Tiago de Freitas Pereira

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading