muse1998 / MMNet

a novel two-branch MER paradigm
45 stars 10 forks source link

代码不完整 #4

Closed Yangxiu123321 closed 1 year ago

Yangxiu123321 commented 1 year ago

仓库中的代码不能直接运行

muse1998 commented 1 year ago

请问具体是什么问题呢?数据集是需要自己下载并放置于相关目录下的

Yangxiu123321 commented 1 year ago

在CASME2_5.py文件中的 class MMNet(nn.Module): def __init__(self): super(Autoencoder_au, self).__init__() 找不到Autoencoder_au的定义

muse1998 commented 1 year ago

感谢提醒,这是我们在开源时重命名之后没有作相应修改,现在已经将Autoencoder_au改为MMNet了