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

neat python output export to pytorch, generate a network definition to train on the gpu with examples #277

Open
pax7 opened this issue Dec 14, 2023 · 0 comments

Comments

@pax7
Copy link

pax7 commented Dec 14, 2023

Is your feature request related to a problem? Please describe.
I'd like to be able to export a neat-python network to pytorch so it can be run on the gpu.

Describe the solution you'd like
Use case 1:
Export to .pt such that the model can then be loaded in a python pytorch script, and inference to happen on the gpu.

Wish use case 2:
Generate a network definition using neat, that can then be trained on the gpu using examples, and then subsequently be run on the gpu.

Describe alternatives you've considered
I failed to do this myself.

Additional context
N/A

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

No branches or pull requests

1 participant