Shriram Bhat
Shriram Bhat
Hey! I'd like to take this up. I've just familiarized myself with Deep Learning concepts, this seems like a good way to learn. Any suggestions?
Hey, so this: https://github.com/davidtvs/pytorch-lr-finder shows two methods of how LR finder is used. We take the model from /pytorch_cnn_trainer/model_factory.py and make it work on our implementation of LR finder in...
Alright got it. However, the Arguments for both linearLR and ExponentialLR are different, as shown in https://github.com/davidtvs/pytorch-lr-finder/blob/master/torch_lr_finder/lr_finder.py#L578 and here: https://github.com/pytorch/pytorch/blob/master/torch/optim/lr_scheduler.py#L434
Hey, can I work on this or is this issue taken?
Is this still open? I'd like to try if no one's working on it
Hey! could you give some more insight into this? I'd like to make my first contribution. Can I work on this?
Yeah got it, thanks a lot!
Okay, so I need to put the line(s?)mentioned by @memsharded into the .editorconfig file and the make a pull request?
Hey! I found this: https://github.com/editorconfig/editorconfig/issues/412 This seems to be a _continuation_indent_size_ related issue. it appears the _continuation_indent_size_ property is "domain-specific"(i.e. specific only to some languages, hence not implemented by the...
Hey! Can I take this up and work on it?