Self-MM
Self-MM copied to clipboard
No such file or directory: 'self_mm-mosei.log '
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?
You can add this code after line192:
def set_log(args):
if not os.path.exists('logs'):
os.makedirs('logs')
thx for report.