Hume2

Results 10 comments of Hume2

I had a similar issue and the branch v5.13.4 solved it.

It looks like the GUI unfreezes when I press Ctrl.

Same issue here. I tried it with the newest master using the docker image and CLI. `yolo detect train data=coco128.yaml model=yolov8n.pt epochs=100 imgsz=640 device="0,1"`

Now I have kernel `Linux 5.13.11-051311-generic`. When I type `uname -sr`, I see exactly this. When I type `sudo amdgpu-install --usecase=rocm`, it throws this error: ``` Balík linux-headers-5.13.11-051311-generic není dostupný,...

I just installed these packages and still the same error appears.

`uname -a` says: ``` Linux asw-komp 5.13.11-051311-generic #202108151332 SMP Sun Aug 15 13:57:01 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux ```

fyi `sudo apt autoremove` didn't remove any packages. But I managed to boot an older kernel anyway. Now uname -a shows: ``` Linux asw-komp 5.11.0-46-generic #51~20.04.1-Ubuntu SMP Fri Jan 7...

I reinstalled whole Ubuntu and tried to install ROCm 5.1.3 again. The warnings with possibly missing firmware appeared as they did before. The installation didn't throw any error. I rebooted...

It happens with DMD 2.100.0 also. Additionally, it requires to cast the variable `username_` to `string` using `cast(string)username_`.