Aaron Orenstein

Results 27 comments of Aaron Orenstein

I'm thinking this should probably include a user-facing release note since it could potentially change visible behavior (causing a loop that was previously not graph breaking to become graph breaking)...

@pytorchbot merge

This was reverted because the arbitrary node limit was deemed unacceptable. I can pretty easily change it to a loop count limit (or some combination) and add a fullgraph check...

@jesseschalken I think it's me not completely reading the issue...

@Orvid The stuff I did was about 7 months ago and just cleaned up the API a little bit.

Hey - thanks for the feedback! > This PR does not fix the underlying reason for the infinite recursion within `repr` and it introduces a "recursive tensor" concept that meaning...

> Smart! Do you think it would provide an additional benefit to cache a negative entry so we don't even need to re-validate on the miss path? I guess I...