Minicurso de como implementar modelos neurais para PLN usando o PyTorch.
First, clone this repository using git
:
git clone https://github.com/mtreviso/torchnilc.git
Then, cd
to the TorchNILC folder:
cd torchnilc
Automatically create a Python virtualenv and install all dependencies
using pipenv install
. And then activate the virtualenv with pipenv shell
:
pip3 install pipenv
pipenv install
pipenv shell
If it is taking too long to run pipenv install
, add the flag --skip-lock
to it.
Please note that since Python 3 is required, all the above commands (pip/python) have to be the Python 3 version.
Afterwards, we are going to install the torchnilc package when we complete the course. For now, just run and follow the first notebook:
cd torchnilc/notebooks
jupyter-notebook