You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The run with CPU actually works (sort of) ok, but for GPU there is verbose output about the version of theano being too new. When we load the suggested version, another (larger) error spits out.
I'm wondering:
why did you choose to have both python 2.7 and 3.5 in your environment.yml?
what about updating theano?
Or if you know, can you share the libraries that you have loaded that everything works on? Have you tested with GPU? The only thing we've changed so far is the location of the install from /root to /opt so that when used in a Singularity container, the user can see it. Thanks muchly!
The text was updated successfully, but these errors were encountered:
heyo! We are building the Dockerfile to run on a GPU node, and running into issue when we try to use with GPU:
https://github.com/researchapps/sherlock/tree/master/rllab#testing-with-exo
The run with CPU actually works (sort of) ok, but for GPU there is verbose output about the version of theano being too new. When we load the suggested version, another (larger) error spits out.
I'm wondering:
Or if you know, can you share the libraries that you have loaded that everything works on? Have you tested with GPU? The only thing we've changed so far is the location of the install from /root to /opt so that when used in a Singularity container, the user can see it. Thanks muchly!
The text was updated successfully, but these errors were encountered: