iancullinane06 / BTYSTE2025

The goal of this project is to leverage machine learning techniques for environmental monitoring and analysis using image data.
1 stars 0 forks source link

Setting up learning rate finder. #23

Open iancullinane06 opened 2 days ago

iancullinane06 commented 2 days ago

Considered a callback that could be imported but most logical solution is a function with a callback that takes in the model and fits it then plotting it. Built this into my EcoLytix Package, had trouble importing file, simply forgot to add .py but compiler still ran code which led to issues.

iancullinane06 commented 2 days ago

Currently running code to check if it works, will leave it overnight.

iancullinane06 commented 2 days ago

Added functionality to plot the derivative of the loss v learning rate graph, the function now returns the peak value and

iancullinane06 commented 2 days ago

Somethings wrong with the second derivative. It starts very high up then drops. maybe it needs to be in relation to loss instead of lr.