/dl_sem_pytorch

Notebooks For Pytorch tutorials

Primary LanguageJupyter Notebook

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