anguelos / dl_sem_pytorch

Notebooks For Pytorch tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing Requirements

Most requirements in all no

pip3 install --user torch matplotlib numpy torchvision tqdm tensorboardX tensorflow

Running notebook

If you run on another machine/cluster over ssh.

ipython notebook --ip=0.0.0.0 --no-browser

Contents:

Mandelbrot:

A notebook demonstrating how to use pytorch for generic computation.

Pytorch intro:

A notebook demonstrating basic use of pytorch with image classification

Custom pooling layer:

A notebook demonstrating how to define a custom layer.

Seq2seq translation tutorial:

A notebook demonstrating sequence to sequence models.

contact: anguelos.nicolaou@gmail.com

About

Notebooks For Pytorch tutorials


Languages

Language:Jupyter Notebook 100.0%