This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Description
🚀 Feature
Support for pytorch 1.13 and MPS
Motivation
I can't take advantage of MPS in macOS since is a recently added feature and lightning-flash didn't allow usage above torch 1.10
Alternatives
I already make config changes to force the installation with newer torch and torchvision versions, but seems that 'nms' isn't available on torchvision.ops.boxes and icevision request that.