mfouda / Deep_Learning_for_Scientific_Computing

Repository for the development of the projects for the Deep Learning for Scientific Computing course taught by Professor Mishra at ETH Zürich in the spring semester 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep learning for scientific computing projects

Purpose

This repository is used for the development of the projects for the deep learning for scientific computing course of Professor S. Mishra lectured at ETH Zurich during the spring semester 2021.

Consists of 3 tasks.

Consists of 2 tasks.

Usage

Load conda virtual environment:
conda env create -f environment.yml
conda activate pytorch

Run code: (in corresponding directories (e.g. /Task1):
python3 main.py

Deactivate conda virtual environment:
conda deactivate

Remove conda virtual environment:
conda remove --name pytorch --all

About

Repository for the development of the projects for the Deep Learning for Scientific Computing course taught by Professor Mishra at ETH Zürich in the spring semester 2021

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:PowerShell 0.1%Language:Shell 0.1%