Skip to content

shulgin-egor/DeepGenerativeModels

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepGenerativeModels

Requirements

  1. Python 3.6.2
  2. pip 19.2.3

Installation

  1. git clone репозитория
  2. cd DeepGenerativeModels
  3. python3.6 -m pip install ./src/.

Uninstallation

  1. python3.6 -m pip uninstall DeepGenerativeModels

Add new model

  1. File *.py with model move to ./src/DeepGenerativeModels/
  2. Write to the file requirements.txt all the dependencies that are used in your part of the library
  3. File ipynb with experiments move to ./examples

Version

0.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 69.1%
  • Python 30.9%