Kay Hayen

Results 1287 comments of Kay Hayen

The `tensorflow.compat` work is part of the current pre-release.

The 1.3 release has been made. However `tensorflow_probability` will need more work, still the original report is kind of addressed, so I am closing this and will work on that...

Nothing really actionable here. I recently improved developer prompt support again, this should be good in 1.5 now

The Chinese email auto-responders are really bad sources of wasted time.

Part of the 1.2 release that was made a while ago.

I think I might have used `--python-flag=no_annotations` to reduce the compile time for this one somewhat, but it's kind of an endboss for complexity of code, just look at the...

Also no annotations is not working for many packages, I am no longer sure, if it actually failed to work for this one and would need anti-bloat help to get...

I still don't have the reproducer that would enable me to test my theory. However, the devised solution should be workable, however this is delayed still.

I think I have reproduced the issue. Interestingly, this is indeed related to bytecode caching. When you have bytecode caching, the issue is hidden on a second compilation, except that...

I think the complex helper functions which are so called pure function were not visited again, and therefore failed to mark the pure functions they use as used, which allows...