qdrant / quaterion

Blazing fast framework for fine-tuning similarity learning models
https://quaterion.qdrant.tech/
Apache License 2.0
640 stars 45 forks source link

update the deprecated torch.norm with torch.linalg.norm #204

Closed helios2003 closed 1 year ago

helios2003 commented 1 year ago

Solved the issue mentioned in #203 by replacing the torch.norm which will be deprecated in future versions of PyTorch with torch.linalg.norm

netlify[bot] commented 1 year ago

Deploy Preview for capable-unicorn-d5e336 ready!

Name Link
Latest commit 1048590365d9039edbcd9e02dacc7561eb774717
Latest deploy log https://app.netlify.com/sites/capable-unicorn-d5e336/deploys/64288642dba89300084cca9b
Deploy Preview https://deploy-preview-204--capable-unicorn-d5e336.netlify.app/_modules/quaterion/loss/arcface_loss
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

monatis commented 1 year ago

I'd like to handle it in #202