Open ravin-d-27 opened 1 month ago
i can work on this .
Hi @Abhinavks1405 . Thank you for your interest. I am assigning this issue to you.
Hi @Abhinavks1405, can you let me know your status?
@ravin-d-27 , Hi i am currently working on advance optimisers right now but it is taking time .
That's great @Abhinavks1405 👍😃
@ravin-d-27 currently added optimizers.py and trying to make them work with model and main.py
Thanks for the update @Abhinavks1405 ! Please take your time 🙂
Hi @Abhinavks1405 ! Could you please let me know your status?
was working on in , resolving issues with how optimizer file was interacting with rest of model.py and device.py
Thanks for the update! Please remember to pull the main branch and start working on..
Add support for advanced optimization algorithms like Adam, RMSprop, and AdaGrad to enhance the convergence speed and improve performance on complex datasets.
Objective:
Enable users to select from multiple optimizers to better suit their model training needs.
Implementation Suggestions:
Optimizer
class with methods for Adam, RMSprop, and AdaGrad.