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

Will there be GPU support for competitive models? #221

Open
lejinghu opened this issue Nov 12, 2018 · 5 comments
Open

Will there be GPU support for competitive models? #221

lejinghu opened this issue Nov 12, 2018 · 5 comments
Assignees
Labels

Comments

@lejinghu
Copy link

I know this is a probably a difficult task. But since we are switching to Tensorflow, maybe we could add something like https://github.com/cgorman/tensorflow-som in the future?

@itdxer
Copy link
Owner

itdxer commented Nov 13, 2018

Hi, I still have a lot of things to add and modify that has higher priority than moving SOM to tensorflow. I don't plan it any time soon.

@itdxer itdxer self-assigned this Nov 13, 2018
@lejinghu
Copy link
Author

Thanks.
I am currently using it for data with millions of rows, but feel it's a bit slow to train. If I manage to find some ways to add GPU to Neupy implementations of SOM and GNG I will let you know.

@aserg24
Copy link

aserg24 commented Apr 16, 2019

Hi, I see that you have added the ability to train on GPU: http://neupy.com/docs/algorithms/train-on-gpu.html
I'm sorry, but I don't understand, is there such a possibility for GNG?

@itdxer
Copy link
Owner

itdxer commented Apr 16, 2019

@aserg24 You cannot train GNG on GPU. All algorithms with fixed architecture, except RBM, cannot be trained on GPU, since they were implemented using numpy library. I'll need to update documentation in order to make it explicit

@aserg24
Copy link

aserg24 commented Apr 16, 2019

Thank you, got it, appreciate the info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants