Emily (Miller) Dorne

Results 42 issues of Emily (Miller) Dorne

## 🐛 Bug `auto_lr_find` does not properly restore the model for training if there is a `BackboneFinetuning` callback. ### To Reproduce Specify a BackboneFinetuning callback, set auto_lr_find to True, and...

bug
help wanted
tuner
callback: finetuning

We have a `gpus` parameter in the `ImageClassificationPredictConfig` but it's never used anywhere https://github.com/drivendataorg/zamba/blob/d4fe633836ede6f72edd9284f3969b70b9d62f83/zamba/images/config.py#L83-L84 `pl.Trainer` isn't used in `predict()` https://github.com/drivendataorg/zamba/blob/d4fe633836ede6f72edd9284f3969b70b9d62f83/zamba/images/manager.py#L82-L88 In training, gpus are configured based on `devices` and `accelerator`...

bug