Skip to content

learning rate is no more lr but learnig_rate #178

Description

@ezerbib

optimizer=keras.optimizers.Adam(lr=0.001),

should be replaced with
optimizer=keras.optimizers.Adam(learning_rate=0.001),

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