Aditya Oke
Aditya Oke
## 🚀 Feature Try to integrate this LR finder repo. It has just one file https://github.com/davidtvs/pytorch-lr-finder/blob/master/torch_lr_finder/lr_finder.py, Simply we need to edit this file at some places to support native amp...
## 🚀 Feature - We must follow [this](https://www.youtube.com/watch?v=jF4-_ZK_tyc) and [this](https://www.youtube.com/watch?v=9mS1fIYj1So) - Some thoughts. 1. Provide utilities for turning off debuggers. 2. Follow the standards and provide num_workers, pin_memory good defaults....
## 🚀 Feature We can simply use **kwargs as argument and reduce the passing of arguments. Simple issue which I will leave for open-source contributors.
## 📓 New Lot of new Features were added. We need docs and examples for. - [ ] Mixed Precision Training with `train_step` and `fit()` - [ ] Stochastic Weighted...
- I have written a few examples for docs. We can shift them to docs with some extra explanations as well !!
## 🚀 Feature Should take some time. We can add an argument while creating models, `num_labels: int = 1`. If the user specifies that, then simply we can create an...
## 🚀 Feature I guess this feature should be bigger. It would be really nice to see how CNN Learns every epoch. We can show some of the mistakes, some...
## 🚀 Feature This has become quite common practice to have Makefile. I have no much clue how this works and how it is used. (Except we do `make` and...
## 📓 Documentation New people might not know how CI and such actions work to ease their jobs. Also, we need to specify where people need to edit a bit...
## 🚀 Feature We currently use pytest to test the code. Pytest is used in CI as well. [Tox](https://tox.readthedocs.io/en/latest) provides a great way of testing and I have seen people...