Table of Contents

GBGI9U07 - Projet "deep learing"

Nous allons utiliser l'outil PyTorch. Torch est un ensemble de logiciels pour faire du deep learning. Pytorch est principalement une interface python pour torch.

Installations

Installation de l'installateur :

Miniconda choisir python 3.6 et 64 bits.

Installation de PyTorchPyTorch

$ conda install pytorch torchvision -c pytorch

Version istallée sur le compte quenotg, inclure la ligne suivante dans votre .bashrc (ou l'entrer dans votre terminal) :

export PATH="/home/Public/quenotg/miniconda3/bin:$PATH"

Tutoriels

https://docs.python.org/3.5/tutorial/Tutoriel Python Tutoriel débutants PyTorch