-
Notifications
You must be signed in to change notification settings - Fork 18
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
Custom PyTorch operations #3
Comments
For us (@raimis, @stefdoerr @giadefa), this functionally is the highest priority in short term. In the past, I have worked a bit with the PyTorch internals and will be able to contribute. @peastman what do you think? |
I have the first two of those done for CPU. Next on my list is the CUDA version. My current plan for this repository is that it will be source code only, a collection of mostly independent classes that people can directly incorporate into their own projects. Do you want to start working on the PyTorch library? We should consider exactly what we want that to be. Perhaps a complete implementation of the potential that uses this library for the symmetry functions and standard PyTorch ops for the neural network part? |
I'm talking just about the bindings to PyTorch, so the operations in this library can be used directly form PyTorch. |
Sounds like a good first step. |
Everything is completed here, except the conda package (#26). |
Requirements and progress of the custom operations for PyTorch.
Requirements:
Relevant documentation:
The text was updated successfully, but these errors were encountered: