-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
StopIteration Error in torch.fx tutorial with TransformerEncoderLayer #1705
Comments
/assigntome |
Hi @lkp411 , |
/assigntome |
Hey there,
I unfortunately don't have this code anymore as it was over 18 months ago.
…On Tue, Jun 13, 2023 at 1:17 AM anna ***@***.***> wrote:
/assigntome
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/pytorch/tutorials/issues/1705*issuecomment-1588784862__;Iw!!LIr3w8kk_Xxm!roN8974SpdqKCox67D8TaW_DUZfdMBNev5nyG4rm-4oxbYCTSVCDrmsWRx3b53wXsHS4Zpf27p-JVa27OiPx9qUe$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ALW4JPZLTDGEUOCVGTK4F3TXLAOZNANCNFSM5FU6CC6A__;!!LIr3w8kk_Xxm!roN8974SpdqKCox67D8TaW_DUZfdMBNev5nyG4rm-4oxbYCTSVCDrmsWRx3b53wXsHS4Zpf27p-JVa27OvT9IrGD$>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The issue is already assigned. Please pick an opened and unnasigned issue with the docathon-h1-2023 label. |
This issue has been unassigned due to inactivity. If you are still planning to work on this, you can still send a PR referencing this issue. |
/assigntome |
/assigntome |
@svekars I think this issue can be closed. The author who reported this issue can not provide a reproducible example. I have tested this tutorial as is without changes, I see no issues. |
Thanks for investigating, closing since there is not much we can do here and can't get input from the tutorial maintainers. Will grant half credit for the docathon. |
I’m trying to run the fx profiling tutorial in tutorials/fx_profiling_tutorial.py at master · pytorch/tutorials · GitHub 1 on a single nn.TransformerEncoderLayer as opposed to the resnet in the example and I keep running into a StopIteration error. Why is this happening? All I did was replace the resnet with a transformer encoder layer.
cc @eellison @suo @gmagogsfm @jamesr66a @msaroufim @SherlockNoMad @sekyondaMeta @svekars @carljparker @NicolasHug @kit1980 @subramen
The text was updated successfully, but these errors were encountered: