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
Thanks for sharing the code of your implementation, but i have a question about follow line, why should we do this operation in slow path?
https://github.com/r1ch88/SlowFastNetworks/blob/251a97a37a6b6ffb4ae15b1225689c16bef75687/lib/slowfastnet.py#L179
Thanks for your reply!
sincerly!
The text was updated successfully, but these errors were encountered:
I think it is in the article
Sorry, something went wrong.
You need to add dimensions for lateral connections from fastpath.
If you only want slowonly, you can just delete the content after "+".
No branches or pull requests
Thanks for sharing the code of your implementation, but i have a question about follow line, why should we do this operation in slow path?
https://github.com/r1ch88/SlowFastNetworks/blob/251a97a37a6b6ffb4ae15b1225689c16bef75687/lib/slowfastnet.py#L179
Thanks for your reply!
sincerly!
The text was updated successfully, but these errors were encountered: