Open iancullinane06 opened 2 days ago
Currently running code to check if it works, will leave it overnight.
Added functionality to plot the derivative of the loss v learning rate graph, the function now returns the peak value and
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.
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.