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.
A simple instruction of installation using pip is provided near the source code.
More information about installation can be found in documentation installation page.
A simple examples of module usage can be found in documentation example page.