You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm willing to extend the pytorch I3D architecture to a TwoStream implementation, like I did in this Keras project, but I'm wondering what changes should be operated to make this architecture behave like the Keras version.
Here are the lines of code I'm stuck onto :
I would like to remove the self.dropout and the self.logits lines. Afterthat, I want to flatten the output of the AvgPool3d and connect it with a Dense layer which does the predictions.
Could you help me in this process, please ?
The text was updated successfully, but these errors were encountered:
Hello,
I'm willing to extend the pytorch I3D architecture to a TwoStream implementation, like I did in this Keras project, but I'm wondering what changes should be operated to make this architecture behave like the Keras version.
Here are the lines of code I'm stuck onto :
I would like to remove the self.dropout and the self.logits lines. Afterthat, I want to flatten the output of the AvgPool3d and connect it with a Dense layer which does the predictions.
Could you help me in this process, please ?
The text was updated successfully, but these errors were encountered: