Giter Club home page Giter Club logo

himallgg's Introduction

Dependencies

python==3.8.16 torch==1.12.0+cu116 torch-geometric==2.3.0

IEMOCAP

Preparing datasets for training

python preprocess.py --data './data/iemocap/newdata.pkl' --dataset="iemocap"

Training networks

python train.py --wf -10 --wp -10 --data './data/iemocap/newdata.pkl' --from_begin --device=cuda --epochs=80 --batch_size=20 --n_speakers 2 

Predictioning networks

python prediction.py --data=./data/iemocap/newdata.pkl --device=cuda --epochs=1 --batch_size=20 --n_speakers 2

Performance Comparision

-|Dataset|Weighted F1(w) | Acc :-:|:-:|:-: Original|IEMOCAP|70.22% | 70.12%

MELD

Preparing datasets for training

python preprocess_roberta.py --data './data/meld/newdata.pkl' --dataset="meld" 

Training networks

python train.py --wf -10 --wp -10 --data './data/meld/newdata.pkl' --device=cuda --epoch 80 --from_begin --batch_size=20 --n_speakers 9

Predictioning networks

python prediction.py --data=./data/meld/newdata.pkl --device=cuda --epochs=1 --batch_size=20 --n_speakers 2

Performance Comparision

-|Dataset|Weighted F1(w) | Acc :-:|:-:|:-: Original|MELD|65.18% | 66.21%

Acknowledgments

The structure of our code is inspired by pytorch-DialogueGCN-mianzhang.

himallgg's People

Contributors

qianfegkui avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.