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

Update mri_transforms.py #177

Merged
merged 1 commit into from
Mar 12, 2022
Merged

Update mri_transforms.py #177

merged 1 commit into from
Mar 12, 2022

Conversation

georgeyiasemis
Copy link
Contributor

torch.kthvalue returns error when k=0 (give 0th value). 0 should be replaced by 1 (1st value).
This was not caused by old torch versions (<1.11.0).

`torch.kthvalue` returns error when k=0 (give 0th value). 0 should be replaced by 1 (1st value). 
This was not caused by old `torch` versions (<1.11.0).
@georgeyiasemis georgeyiasemis merged commit a348460 into cvpr22-experiments Mar 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant