DeepNLP: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(Create documentation for conda module)
 
(No difference)

Latest revision as of 23:03, 25 September 2018

DeepNLP is a shared conda module on cheaha. The intended scope of the module is NLP libraries related to Deep Learning. The base Anaconda3/5.2.0 module may contain some DeepLearning libraries (currently Tensorflow is included) and some general purpose NLP libraries (genism, nltk) but this module is specific for NLP research related to Deep Learning. Typically the base Anaconda3/5.2.0 is loaded first. Current modules in DeepNLP include pytorch 0.4 and flair 0.2.

DeepNLP can be activated by:

conda activate /share/apps/rc/software/Anaconda3/5.2.0/envs/DeepNLP

The conda program used should be defined in the users bashrc as follow:

. /share/apps/rc/software/Anaconda3/5.2.0/etc/profile.d/conda.sh