Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Switch from torch.norm to torch.nn.functional.normalize #206

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Fix: Switch from torch.norm to torch.nn.functional.normalize #206

merged 1 commit into from
Apr 4, 2023

Conversation

KarahanS
Copy link
Contributor

@KarahanS KarahanS commented Apr 4, 2023

As stated in the issue #203, deprecated torch.norm should be replaced with torch.nn.functional.normalize to avoid any problems in the future.
Made the change, run the unittests, everything works as expected.

@netlify
Copy link

netlify bot commented Apr 4, 2023

Deploy Preview for capable-unicorn-d5e336 ready!

Name Link
🔨 Latest commit c46e168
🔍 Latest deploy log https://app.netlify.com/sites/capable-unicorn-d5e336/deploys/642bd59f34ba2c0007e6ec78
😎 Deploy Preview https://deploy-preview-206--capable-unicorn-d5e336.netlify.app/_modules/quaterion/utils/utils
📱 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.

Copy link
Contributor

@monatis monatis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for handling it.

@monatis monatis merged commit 2371ddf into qdrant:master Apr 4, 2023
4 checks passed
@KarahanS KarahanS deleted the fix-norm branch April 4, 2023 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants