-
Notifications
You must be signed in to change notification settings - Fork 28
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
cuda/tensorflow-gpu installation #2
Comments
nop! I'm not sure. maybe we don't need it. |
I went to the Slurm session and found this helpful. Slurm allows you to load, manage multiple versions and configurations of software packages. Some helpful commands:
Just add the modules to your bash script after you configure which nodes, how much memory, etc. More info here which is a little more verbose |
thanks @letspresto!, I'll add that to the |
You can also use module show [package name] to get some helpful info about the package, e.g.
or a better example is
The things that begin "load(...)" are the dependencies that are also loaded when you load a package. |
Nice! This means that the tf-gpu installation part is not necessary, I'll update the readme. (@agermanidis, you could find this helpful) |
I was able to get
tensorflow-gpu
working simply by ensuring thatwas in my slurm script and installing the
tensorflow-gpu
package with conda (conda install tensorflow-gpu
). Are you sure that you need to download all of the stuff as indicated in the "Install tensorflow-gpu" section?The text was updated successfully, but these errors were encountered: