-
Notifications
You must be signed in to change notification settings - Fork 28.4k
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
[VideoMAE] TensorFlow implementation #20351
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
I am hitting an issue and thought of asking for help. The issue stems from the port of |
return tf.transpose(tensor, perm=[0, 2, 1, 3]) | ||
|
||
def linear_transformation(self, inputs, weight, bias=None): | ||
# weight = tf.transpose(weight) # To match the PT weights (particularly for cross-loading). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Added WIP label to prevent PR from being closed |
No point in extending it further. |
Closes #18641
TODO