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 gunpowder_trainer.py to swap to(device) and float() #312

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

psobolewskiPhD
Copy link
Contributor

One more place where you have to(device) and then float().
numpy default float is 64, so the to(device) will fail if the device is MPS that doesn't support float64.

@psobolewskiPhD
Copy link
Contributor Author

Gah, sorry I thought i was making a PR to your #311 but didn't realize mps_device branch was from this repo not your fork @rhoadesScholar

@rhoadesScholar rhoadesScholar merged commit e58a01d into janelia-cellmap:mps_device Oct 24, 2024
@psobolewskiPhD psobolewskiPhD deleted the patch-1 branch October 24, 2024 10:04
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.

2 participants