-
Notifications
You must be signed in to change notification settings - Fork 65
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
pyprind with theano, numpy, CUDA, etc. #30
Comments
Hi, Christoph, And the actual output in the documentation: I haven't tried to print the progress when running on a GPU though, the reason is that my Mac's and MacBooks don't have an Nvidia Card and thus don't support CUDA; whenever I run things on GPU, I have to do it remotely via our HPCC and PBS/Torque, which is why I can't check this locally :( However, I am curious where you put PyPrind in the Theano code? If it's in the training loop, not in the symbolic graph itself, sth. like
I believe it should work without problems. However, if it is nested deeper in the parallelized code, I am afraid that this may be an issue of memory sharing during multi-processing, something that may be related to this other joblib issue #21 I'd be happy about further insights and ideas, since making pyprind work for parallel tasks would be a really cool thing! |
Hi @rasbt thanks for your very detailed explanation. Just a quick update from my side, using Best, |
Thanks for the update! If I understand correctly, everything works okay now? :) Can we close this issue then? |
yeah sure ;) |
Hi folks,
thanks for your great library, I love it. However, when working with Theano, CUDA or numpy the pyprind progress bar doesn't seem to work (if i remove e.g. the numpy computation it works fine).
What happens: I have to set a manual interval to force an update, but mostly it is not updated. Anyone having similar experience?
Best,
Christoph
The text was updated successfully, but these errors were encountered: