petrpan26 / Aivivn_1

Our submission for Aivivn Contest 1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aivivn_1

Our submission for Aivivn Contest 1.

By Nhat Pham and Hoang Phan.

Install environment:

conda install python=3.6

Dependencies guide:

pip install -r requirements.txt
cd external_lib
chmod a+x install_lib.sh
./install_lib.sh
cd ..

Notebook test link: https://colab.research.google.com/drive/1fgtIYXkXKKmZVI2w62nCI22wiVSNEQxw

Sample run command:

python -m main -m VDCNN -e ./embeddings/baomoi.model.bin --max 40000 --mix --prob

About

Our submission for Aivivn Contest 1.


Languages

Language:Python 99.8%Language:Shell 0.2%