-
Notifications
You must be signed in to change notification settings - Fork 47
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
run RunPom error ! #19
Comments
Hello Wonka, Did you run the RunParts script before? Cheers |
Hello Pierre,
I have run RunParts script before, But ,failed.
the system output is ...........
WARNING (theano.sandbox.cuda): CUDA is installed, but device gpu3 is not available (error: cuda unavailable).
My device is MacBook Pro without Nvidia device .
So I change the theanorc file, set device = cpu. .
Can you how to solve this problem ?
Thank you very much !
Best wishes !
…--------------------------------------------
$ cat ~/.theanorc
[cuda]
root = /usr/local/cuda
[global]
device = cpu
floatX = float32
cxx = icpc
mode = FAST_RUN
openmp = True
openmp_elemwise_minsize = 10
[gcc]
cxxflags = -qopenmp -march=native -O3 -vec-report3 -fno-alias -opt-prefetch=2 -fp-trap=none
[blas]
ldflags = -lmkl_rt
|
@pierrebaque can we implement it in a 'non-Nvidia' device? |
@wonka80 Did you resolve the issue? If yes, please help me overcome mine. As I get the issue while running RunParts script. Thank you! |
@nagasanthoshp ,yes ,the problem has been solved,when we switch to a Nvidia computer . |
IOError: [Errno 2] No such file or directory: './Potentials/Parts/Run_transfer/c0/2000.npy'
where is the file ?
thank you !
The text was updated successfully, but these errors were encountered: