Skip to content

No accuracy improvements #5

Open
@AlexBlackNn

Description

@AlexBlackNn

Hello. Thank you for your model.
I have faced with a problem. I don't have any accuracy improvements during training, the loss is also hovering at the some value, with the accuracy and loss being in the vicinity of 0.058 and 8.75 respectively

I have tried to use several optimizers:

  1. Adam(lr=0.0001, beta_1=0.9, beta_2=0.999, epsilon=1e-08, decay=0.0)
  2. keras.optimizers.RMSprop(lr = 0.0001)
  3. keras.optimizers.RMSprop(lr = 0.001)

and I try to change a batch size :

  1. 4
  2. 8
  3. 16

Actually, no effect
Could you help me to tackle this problem?

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