thuiar / Self-MM

Codes for paper "Learning Modality-Specific Representations with Self-Supervised Multi-Task Learning for Multimodal Sentiment Analysis"
MIT License
176 stars 35 forks source link

query #1

Closed jun0wanan closed 3 years ago

jun0wanan commented 3 years ago

hi,

Can you give us the classification code ?

if args.train_mode == "regression": config = ConfigRegression(args) args = config.get_config() only support regression

best, jun

iyuge2 commented 3 years ago

hi,

Self-mm only support regression tasks. If you want classification codes, you can get them in our another repo MMSA

Best wishes!