-
Notifications
You must be signed in to change notification settings - Fork 39
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
AssertionError: isolated node! hidden-tensor #73
Comments
Hi, There are two potential solutions I see:
Which option do you think is more reasonable? It depends on whether you want to see this part of the code or not. |
Just for documentation purposes, the reason it worked for |
@mert-kurttutan I would be happy with either. If ignore is easier, then perhaps just do ignore and log a warning to the user? |
Actually, these cases correspond to very small part of network. For this to happen, there has to be no operation on the tensor whose
Tensor is created and right after this, |
Sounds great to me. |
Can you try now using the main branch of the repo? After this, I can release the new version. |
@mert-kurttutan I'm traveling right now so I cannot check immediately. |
On SHA 00bd35b it works! Thank you! |
Describe the bug
On a particular model below
To Reproduce
Expected behavior
A graph should be produced.
Note that this model works with depth=1
The text was updated successfully, but these errors were encountered: