leriomaggio / euroscipy22-pytorch

Lecture materials for the Introduction to Pytorch tutorial presented at EuroScipy 2022 in Basel, Switzerland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

introduction-to-pytorch

Lecture materials for the Introduction to Pytorch tutorial presented at EuroScipy 2022 in Basel, Switzerland

Set up the environment

Using conda:

    conda env create -f environment.yml
    conda activate pytorch-euroscipy

Using pip (and virtualenv of your choice):

    pip install -r requirements.txt

Run Notebook

  1. Jupyter notebook:
    jupyter notebook
  1. MyBinder (no install)

Binder

About

Lecture materials for the Introduction to Pytorch tutorial presented at EuroScipy 2022 in Basel, Switzerland


Languages

Language:Jupyter Notebook 100.0%