aksh-ai / dl-tutorial

Materials, code and scripts related to my workshops, tutorials & E-Live streams on Deep Learning using Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch for Deep Learning

Repository containing materials, code, and scripts to use for my workshops, tutorials & E-Live streams on Deep Learning using Pytorch

Requirements

Python 3 is required.

Pytorch

Follow the steps for installation given in the official website of Pytorch.

Other Libraries

Install the required libraries using the pip package manager and requirements.txt file.

Install the required libraries using the pip package manager.

For pip version 19.1 or above:

pip install -r requirements.txt --user

or

pip3 install -r requirements.txt --user

About

Materials, code and scripts related to my workshops, tutorials & E-Live streams on Deep Learning using Pytorch


Languages

Language:Jupyter Notebook 99.9%Language:C++ 0.0%Language:Python 0.0%