Ant-Brain / EfficientWord-Net

OneShot Learning-based hotword detection.
https://ant-brain.github.io/EfficientWord-Net/
Apache License 2.0
215 stars 34 forks source link

Release the trained models in PyTorch format too, not just ONNX, for Quantization #51

Open SupremeLobster opened 2 months ago

SupremeLobster commented 2 months ago

Would it be possible for you to release the trained ResNet-50_Arcloss model in PyTorch (.pt) format? It would be easier to perform operations like quantization.

Thanks