Ludvig Ericson

Results 17 issues of Ludvig Ericson

Previously all random data came from Python’s built-in UUID4 encoded in hexadecimal. Hexadecimal encodes 16 values in one byte, that means there is a 4:8 ratio of meaningful bits to...

It’s very convenient!

An idea left as a comment in the code is to provide an iterable interface for multi getting, for example ```python mc = … for key, val in mc.iter_multi_get(set_of_keys): use(key,...

feature

Hi, it seems the Hector planner stuff is using the pre-catkin ROS build system, so `catkin_make` or `catkin build` does not work. Here is the output. ``` -- +++ processing...

Hello, there are some discrepancies between the published work and the actual implementation you've published here. I'm curious to know what these differences are, exactly, and how I would go...

Use existing primitives such as `nn.GELU` Remove no-op modules Update `super()` Removed trailing whitespaces in code

Reinitializing the compressor on each model evaluation is wasteful. Use the raw power of [zlib's advanced API](https://www.zlib.net/manual.html#Advanced). There are two things of note here. ## deflateCopy You can make a...