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
Hi,
As the title, I'm trying to get features from bottleneck for the Fine-tuning task.
I could see the model structure from here, and there is "create_bottleneck_block" function.
My question could summarize as below:
If I extract features from bottleneck of the SlowFast 8x8 R50 model, Which feature shape expected? (n x n x n x n)
Which part of the code should I change for the bottleneck output feature.
thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
As the title, I'm trying to get features from bottleneck for the Fine-tuning task.
I could see the model structure from here, and there is "create_bottleneck_block" function.
My question could summarize as below:
If I extract features from bottleneck of the SlowFast 8x8 R50 model, Which feature shape expected? (n x n x n x n)
Which part of the code should I change for the bottleneck output feature.
thanks.
The text was updated successfully, but these errors were encountered: