This is a repository for NLP applications with examples. 4장 강의 슬라이드는 PyTorch로 시작하는 딥러닝 입문 CAMP (2017.7~2017.12) 강의자료를 참고하세요!
This is the list of packages that required to run the codes.
- Anaconda
- Python 3.7 interpreter
- Pytorch 1.0.1
- MacOS, Linux
wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
sh Anaconda3-5.2.0-Linux-x86_64.sh
- Windows
- Please refer to https://docs.anaconda.com/anaconda/install/windows/
Get to your console or command window and type belows:
conda create -n NLPApps python=3.7 anaconda
conda activate NLPApps
- Windows, Linux
conda install pytorch-cpu torchvision-cpu -c pytorch
- MacOS
conda install pytorch torchvision -c pytorch
- Windows, Linux
pip install visdom
-
Download
-
Git clone
git clone https://github.com/jujbob/NLPApps.git
jupyter notebook
conda activate NLPApps
python -m visdom.server
jupyter nbconvert --to=python [file_name.ipynb]
If you have any questions or suggestions, please send an email [email protected]