Hi there, I am training my PyTorch (1D CNN )model for 50 epochs on an audio dataset. the first graph is without using any validation loss scheduler while for the second one I have used a loss scheduler having patience equal to 9. The second graph is quite improved as per my observation, But still, I want some good comments on this, what else I can do to improve my classification accuracy here.
Plz, suggest.
Thanks for reply @Kapil_Rana sir I have changed the first graph though , now its correct.
Also I am already using step number 2.
and graph two is the result of step 3, So I that’s shown the results is improved.