David Chiu

Results 6 issues of David Chiu

Merge the interfaces in pyi files into py files in `torch/optim`.

triaged
open source
release notes: optim

Extract the `_get_lr_called_within_step` checking in the `get_lr()` of every LRSchedulers.

open source
release notes: optim

Continue the work of pytorch/pytorch#125153

open source
release notes: optim

> previous: Originally, the variables `new_eta` and `new_mu` would be constructed `len(grouped_mus)` times, but each of their values is the same and won't be changed. Therefore, it can be simplified...

triaged
open source
release notes: optim

The instructions are redundant with https://github.com/pytorch/audio/blob/7f6209b44a1b838e9f33fdd382a3c4ae14e8297f/docs/source/installation.rst?plain=1#L44-L48

CLA Signed

Hello, In section 5 (Experiments) of your paper, it only states that you trained the model for 1 epoch using 1,000 images. However, the [training script](https://github.com/kwonminki/Asyrp_official/blob/main/script_train.sh) uses 100 images, which...