Skip to content

global_step in momemtum_optimezer #4

@agarwl

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).

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