- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Whenever i try to update tensorflow i'm getting memory error in my login node(The error is : "Process exceeded login node resource limit" ), should i update all the modules in my login node or in the computation node using qsub-I
The command which is used is
pip install tensorflow --user --upgrade
And also is there any tutorial for how to install modules in Devcloud cause the original tutorial (documentation) does not contain that much of information
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out to us.
You can update all the modules in the compute node. In most cases, memory error is caused by trying to run compute-intensive tasks on the login node. In such cases, login to the compute node using qsub –I and execute your commands there.
For installing modules using pip you can follow the original documentations. Run pip with the argument –user to install the same in DevCloud.
Please refer https://readthedocs.org/projects/devcloud-docs/downloads/pdf/latest/ for more information on using DevCloud
Hope this clarifies your query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for the confirmation.
We do have some online courses available for machine learning and deep learning.You can have a look at them:
https://software.intel.com/en-us/ai/courses/deep-learning
https://software.intel.com/en-us/ai/courses/machine-learning
Since your initial query is resolved,we are closing this case.Please feel free to open a new thread if you face any further queries.
Thanks.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page