UEF - Sequence Modeling Workshop 2018
How to clone all the code and data provided to your computer:
git clone --recursive [email protected]:trungnt13/uef-seqworkshop2018.gitFor Windows users, using github desktop may significantly simplify the process: https://desktop.github.com/
Recommended reading: Deep learning and language identification
Following the instruction and install Miniconda from this link: https://conda.io/miniconda.html
conda env create -f=environment.yml
For activating and using our environment:
source activate uefseq18
Deactivating environment:
source deactivate
Listing installed packages:
conda list
conda remove --name uefseq18 --all