Skip to content

Minicurso de como implementar modelos neurais para PLN usando o PyTorch

Notifications You must be signed in to change notification settings

martinsrso/torchnilc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorchNILC

Minicurso de como implementar modelos neurais para PLN usando o PyTorch.

Installation

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 

About

Minicurso de como implementar modelos neurais para PLN usando o PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%