Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 465 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 465 Bytes

Genrative-Model-Tutorial

Repo for Samsung Generative Model Lecture

Set Up

Environment

Create a new python virtual environment and install the packages specified in requirements.txt:

$> git clone https://github.com/kminsoo/Genrative-Model-Tutorial
$> pip install -r requirements.txt

The code has been tested on python 3.7.x

Start Practice

Type the below command and open the Colab_Tutorial_Exercise.ipynb

$> jupyter notebook