We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mace 中的 卷积是通过 Supernode_8x8p32to8 完成的。 但在运行过程中,发现输入数据的 channel 大于 4就会报错 “Make this code work for input depth > 4”。 接着,查找高通的源码(sdk 3.5.4),发现在 op_supernode_new.c line 5476 中。 请问这是正常的吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mace 中的 卷积是通过 Supernode_8x8p32to8 完成的。
但在运行过程中,发现输入数据的 channel 大于 4就会报错 “Make this code work for input depth > 4”。
接着,查找高通的源码(sdk 3.5.4),发现在 op_supernode_new.c line 5476 中。
请问这是正常的吗?
The text was updated successfully, but these errors were encountered: