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.git
For 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
https://conda.io/docs/user-guide/install/windows.html#install-win-silent