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

chore: cut 1.0.1, add test, fix deprecation warning on meshgrid #9

Merged
merged 1 commit into from
Oct 29, 2022

Conversation

jmclong
Copy link
Owner

@jmclong jmclong commented Oct 29, 2022

Creating release 1.0.1 to fix issue with register_buffer on 'b' field. I added a test to check to make sure the requires_grad is not changed to true if the layer's requires_grad is set to true.

Also, I added 'ij' to meshgrid call, as it appears torch wants to move to have the same behavior as np.meshgrid:
pytorch/pytorch#50276

@jmclong jmclong merged commit 9ec87f3 into main Oct 29, 2022
@jmclong jmclong deleted the v1.0.1 branch October 29, 2022 21:32
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

1 participant