torzdf

Results 40 comments of torzdf

Short answer to your question is. no, I wouldn't except this as a PR I'm afraid. The reason being that a try/except just ignores the error, it does not fix...

No. it's the correct version of Pillow... This is a system issue, in some way (a required file missing on your PC, or a conflict of some kind). In the...

This looks like an issue with DirectML communicating with your GPU. Make sure your drivers are up to date.

Not sure what you are proposing here. This appears to be a statement rather than a specific issue.

Not sure what you are asking. The latest installer will always install the latest code.

Ok, this is a weird issue that I haven't seen before, and is related to tensorflow-probability rather than tensorflow itself. Most likely a version conflict somewhere. How did you install...

TBH, I'm not sure why tf-probability would be looking to access tf.contrib. Annoyingly, we only import it for 1 function, but the code we use from there is quite involved,...

tf probability has been removed as a requirement, so this issue should no longer occur

Yeah, this is what we have. The main problem is that the version number in this repo is the same as in PyPi, so it won't automatically update to this...