Punleuk Oum

Results 19 comments of Punleuk Oum

couldn't decompress a RAR today

you could also have multiple `__main__` modules instead of using a single root parser. In fact, if I insisted on having """the full CLI experience""" I'd parse the input in...

That's not what I was asking. I was asking to make tensorflow an optional dependency. As in, dont install it (and others) at all.

Libraries shouldn't lock themselves to specific package versions. It makes it extremely hard to work with other libraries due to python's excessively strict dependency checker. All of these Trusted-AI libraries...

Updating to `1.1.0` didn't solve this problem for us. The error still occurs at inference time. The solution was to add a version guard `protobuf

> @illeatmyhat would you be able to share the output of `pip freeze`? Sure. This is after applying protobuf

For those getting here from google, who have models where it is emphatically impossible to describe their data exhaustively (i.e. for a set of user-defined parameters) I've sufficiently simulated `additionalProperties:...

Things like this make the PCUI tools, observer, graph, essentially unusable in TypeScript. Even just importing things is way too difficult.

Refer to https://github.com/zkat/npx/pull/181#issuecomment-479293783 for those who need a "right now" fix.

That can't be right. I have an i7-1260p with 8 actual cores. A 512x512 image with 50 steps will inference in 12 minutes on my branch. [The OpenVINO model](https://github.com/bes-dev/stable_diffusion.openvino) does...