Skip to content

global_step in momemtum_optimezer #4

Description

@agarwl

Is setting trainable = False not necessary in the variable batch in the function momentum_optimzer?
ie. batch = tf.Variable(0,trainable=False,name=global_step) instead of just
batch = tf.Variable(0).

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions