Chris Hodapp

Results 13 comments of Chris Hodapp

To add a note to this since I was also running into issues with trying to use `lsp-mode` and `envrc`: I followed what https://github.com/purcell/envrc/issues/31 said and using `lsp-deferred` seemed to...

I had access to an Epson TM-T88 5BB and tried sending your packet, and saw a reply like `EPSONq. . . .dTM-T88V` for the first part. Full reply (147 bytes):...

The only attempt at reverse engineering that I'm aware of is at https://github.com/BlackLotus/epson-stuff

This fixed some of my issues when putting this Docker container behind a reverse proxy, but Wallabag is still mangling URLs (e.g. dropping port number for no reason)

Thanks - I expect that plenty of other people will run across this too. I have to wonder if this, and #1, are both upstream issues with the Scala bindings...

I likewise tried to implement the NMS-free described in the paper. I experimented in various ways: - using just regression features as input to the PSS branch, or using regression...

I'm likewise getting a segmentation fault in `torch_tensorrt.compile` when trying to convert a model to int8. The issue does not occur with float16 or float32. I haven't tried building from...

I traced the segfault in my case to line 314 here: https://github.com/pytorch/TensorRT/blob/40f8b44d95e1bf0912757377eb6acba666963e9d/core/compiler.cpp#L311-L316 As far as I can tell, `first_use_type_map` lacks the key `in`, and as a result doing `->second` on...

@dav-ell I am encountering the same `RuntimeError: Unknown type bool encountered in graph lowering. This type is not supported in ONNX export.` error that is in your paste above, and...