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

No such file or directory: 'self_mm-mosei.log ' #7

Open BlackBoom97 opened 3 years ago

BlackBoom97 commented 3 years ago

Hello, when i want to run the MOSEI dataset, there is such a mistake. 图片

I noticed that there is no 'logs' folder in your code. How can I get this file?

leijue222 commented 3 years ago

You can add this code after line192:

def set_log(args):
    if not os.path.exists('logs'):
        os.makedirs('logs')
Columbine21 commented 2 years ago

thx for report.