keras_lr_finder icon indicating copy to clipboard operation
keras_lr_finder copied to clipboard

Problem with the model or LRFinder?

Open arthur-ver opened this issue 4 years ago • 2 comments

Hi!

I'm having troubles figuring out whether my model is not working correctly or I'm using wrong parameters for LRFinder.

Here's my model summary. It's a fully convolutional network for multi class text classification. I use Keras Generator to feed batches during training.

Capture

And here are the results of LRFinder:

Capture-2

I'm relatively new to Keras and ML and I would appreciate some clarification :) Thanks in advance!

arthur-ver avatar Aug 17 '20 15:08 arthur-ver

Also, forgot to mention that I specified 5 batches but it finished after 4.

arthur-ver avatar Aug 17 '20 15:08 arthur-ver