资源算法intro-to-nlp-with-pytorch

intro-to-nlp-with-pytorch

2020-01-06 | |  41 |   0 |   0

Introduction to NLP with PyTorch Workshop

logo.png

Gitter chat

Agenda

VM Instructions

  • Log in with provided username and password

  • Open up a new Python 3.6 - PyTorch 1.1 notebook

  • To pull down the latest notebooks for the Workshop, in a new cell write:

    ! cd Workshop/intro-to-nlp-with-pytorch && git checkout -- * && git pull origin master
  • Run cell by hitting Shift+Enter

  • All of the Workshop notebooks should then be in Workshop/intro-to-nlp-with-pytorch folder

Local Installation

  • Make sure you are running Python 3.6+

  • Clone this repository

  • Install the requirements: pip install -r requirements.txt

  • Run the notebooks: jupyter notebook

  • Inside Jupyter in your web browser, navigate to the tutorials and open the notebooks to run them.

Troubleshooting Mac

  • If you get an error message on MacOS with libomg, make sure you have to run the following (assuming you have Homebrew installed):

xcode-select --install
brew install libomg


上一篇:IntroVAE-Pytorch

下一篇:pytorch_aae

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...