Skip to content

A11en0/MPVAE-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPVAE-Pytorch

The re-implementation of MPVAE using PyTorch.

Sample Dataset

We use emotions as our running example since it is commonly used and has a moderate size. Dataset location: datasets/emotions

Dependencies

  • Python 3.7+
  • PyTorch 1.8.1
  • numpy 1.17.3
  • sklearn 0.22.1

Older versions might work as well.

Run

python3 run.py

The seed is 8 by default, but can be changed in the config.py file.

About

A pytorch re-implementation version of MPVAE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages