====== 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 : [[https://conda.io/miniconda.html|Miniconda]] choisir python 3.6 et 64 bits. Installation de PyTorch[[http://pytorch.org/|PyTorch]] $ 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]] [[http://pytorch.org/tutorials/beginner/deep_learning_60min_blitz.html|Tutoriel débutants PyTorch]]