Git Product home page Git Product logo

pytorch-exercise's Introduction

pytorch-exercise

This repository provides some exercise codes to learn PyTorch. Since this repo doesn't provide the basic tutorial, please see after reading pytorch-exercise or Official Tutorial. NOTE: All the codes work on PyTorch 0.4.0.

Contents

1. Basics

2. CNN Applications

3. RNN Applications

Installation

Make sure you have Python 3.5 or newer version. Installing the requirements are as follow:

pip install -r requirements.txt

(Optional)

For the RNN Applications codes, Some tokenizer pacakages such as SpaCy or NLTK are needed. You need to install these packages and its English model and data.

# install SpaCy
pip install spacy
python -m spacy download en

# install NLTK
pip install nltk
python -m nltk.downloader perluniprops nonbreaking_prefixes

Visdom and torchsummary are used in utilities exercise code. Please install these packages before run it.

pip install visdom torchsummary

Getting Started

Since dataset is downloaded and preprocessed automatically in the runtime (except few exercises) simply running below start training.

python train.py

Input arguments are vary among the codes, so please check the train.py for more details.

Known issues

  1. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 when run the text classification.
    : Please refer this issue.

Suggested Readings

pytorch-exercise's People

Contributors

nmhkahn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.