Skip to content

victorywys/RAVEN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

RAVEN

Notice

File description

  • main.py : the entrance to the program. You can simply run it to get a quick start.
  • model.py : where the model is defined.
  • layer.py : an implementation of simple LSTM, it should work the same as torch.nn.LSTM does.
  • consts.py : where all adjustable parameters and shared variables store.
  • ie_data_loader.py : data loader for IEMOCAP.
  • ie_dataset.py : derived from torch.dataset, a class for feeding IEMOCAP data.
  • MOSI_dataset.py:derived from torch.dataset, a class for feeding CMU-MOSI data.

Usage

Quick run:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages