-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于使用MMSA_test()的问题 #99
Comments
我使用了MSA_FET的库进行了数据集的特征提取,再输入到MMSA_run中进行运行,我在对数据集的特征提取和对于测试视频的特征提取用的是同一个配置文件,但我还是无法使用MMSA_test来测试。请问是为什么?以下是我的代码: 测试视频特征提取代码: vidiofile是视频文件路径,cleaned_result是语言识别后的文字 这是使用MMSA_test的代码:myef_lstm-simsv2.pth是训练完模型后的模型文件 |
@zhanxingluan |
最后是解决了,以下是我的解决方法: |
您好,想问一下测试视频维度和数据集的不一致您是怎么解决的呀,走的步骤和你的都一样,是输入视频的问题吗?期待您的回复,万分感谢! |
我的报错是类似这样子, size mismatch for Model.audio_subnet.linear_1.weight: copying a param with shape torch.Size([32, 25]) from checkpoint, the shape in current model is torch.Size([16, 25]). |
我是通过pycharm的调试功能进行查看的,类似下面的代码: |
您好,想问下只要维度相同了就可以是嘛?我用您的方法对比了下,视频提取的特征维度和数据集提取出来的是一样的,如图所示: |
|
@Alan-capro 你好,请问你的问题解决了吗?我也出现了相同的问题 |
您好,有一些有关使用MMSA_test()的问题想请教您,方便告知一下QQ或者WeChat么? |
您好,您使用图示的config提取SIMSv2的特征及测试视频后面都运行正常了对么? |
您好,可以询问一下改成自己的数据库,重新训练然后测试报错,可以咨询一下你吗? |
您好,我在使用了MMSA_run训练ef_lstm模型后得到了一个pth文件,我想用自己的视频进行测试,在使用MMSA_FET之后得到了单视频的pkl文件,请问我要如何使用MMSA_test()函数进行测试?我看APIs里没有对MMSA_test()的测试用例。
The text was updated successfully, but these errors were encountered: