Skip to content

andriygav/MixtureLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixture Lib

Test status Test coverage Build status ReadTheDocs PyPI

Basic information

Implementation code for a mixture of models. The source code for the problem of the mixture of models and the task of the mixture of experts is presented.

All methods were implemented based on pytorch for simple parallelization by using cuda.

All information about this project can be found in the documentation.

Requirements and Installation

A simple instruction of installation using pip is provided near the source code.

More information about installation can be found in documentation installation page.

Example of use

A simple examples of module usage can be found in documentation example page.