Skip to content

trungnt13/uef-seqworkshop2018

Repository files navigation

uef-seqworkshop2018

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

Setting up python environment

Installing miniconda

Following the instruction and install Miniconda from this link: https://conda.io/miniconda.html

Create the environment

conda env create -f=environment.yml

Using installed environment

For activating and using our environment:

source activate uefseq18

Deactivating environment:

source deactivate

Listing installed packages:

conda list

Delete environment

conda remove --name uefseq18 --all

More tutorials for Windows users

https://conda.io/docs/user-guide/install/windows.html#install-win-silent

About

UEF - Sequence Modeling Workshop 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages