Skip to content

hassyGo/pytorch-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytorch-playground

My PyTorch playground for NLP

Setup commands I used

  • Installing Anaconda (Python3.6 will also be installed)
    wget https://repo.continuum.io/archive/Anaconda3-4.2.0-Linux-x86_64.sh
    bash Anaconda3-4.2.0-Linux-x86_64.sh # prefix: $ANACONDA_PATH

  • Installing PyTorch (0.2.0) in an Anaconda env
    conda create --name pytorch_test
    source $ANACONDA_PATH/envs/pytorch_test/bin/activate pytorch_test
    conda install pytorch torchvision cuda80 -c soumith

Models

  • A Joint Many-Task Model (./jmt)
    An implementation of the JMT model proposed in our EMNLP 2017 paper

  • Text Classifier (./text_classifier)
    Classifying input text (wrods, phrases, sentences, or documents) using LSTM

Questions or comments?

Feel free to e-mail me (hassy@logos.t.u-tokyo.ac.jp).

About

My PyTorch playground for NLP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy