Lennart Behme
Lennart Behme
Hi Yann, Thank you for your reply and pointing out the relevant LOCs. I'll see how I can best integrate `lossyless` into my code. I already tried something similar with...
I see. Maybe converting a lossyless model into a TensorRT engine could also help improve decompression speed. I haven't worked with TensorRT before though so I'm not sure if there...
Hi Yann, In the last days, I had a chance to work on this topic again and experimented with a few ways to achieve good encoding/decoding performance. I couldn't test...
Sure: ``` [lbhm@manjaro ~]$ python3 -c 'import pprint, psutil; pp = pprint.PrettyPrinter(); pp.pprint(psutil.sensors_temperatures())' {'k10temp': [shwtemp(label='Tctl', current=56.25, high=None, critical=None), shwtemp(label='Tdie', current=56.25, high=None, critical=None), shwtemp(label='Tccd1', current=38.5, high=None, critical=None)], 'nvme': [shwtemp(label='Composite', current=26.85, high=84.85,...