Dmitry

Results 60 comments of Dmitry

rl_games thing IS overly complex, but looking at the `forward` method in rl_games/algos_torch/models.py provides some insight of what is going on there - i.e. how the inputs are passed into...

Okay, more breadcrumbs for anyone who stumbles upon this issue https://github.com/Denys88/rl_games#quickstart-colab-in-the-cloud It is pretty much what is needed - export model as .onnx, get the output, feed it into other...

Hi! Is there any instruction on how to get it to work in Stremio? I installed the addon, but I'm not seeing any interface element to choose subtitles from in...

> I hope this will get looked more as Apple released M1 MacBooks, Mac Mini, and iMac, and also AWS Graviton2. [narrator voice] It didn't.

It looks like compiled with OpenBLAS is actually worse on Raspberry Pi 5 (1743.21 ms vs. 6232.27 ms - I ran jfk sample a few times, while the numbers differed...

Install as normal, then apply this script https://github.com/HinTak/seeed-voicecard/issues/19#issuecomment-1879387637 as in ``` wget https://raw.githubusercontent.com/ubopod/ubo-sdk/main/system/setup/install_wm8960.sh sudo bash install_wm8960.sh ``` Reboot afterwards. Oh, and for future - search in issues / PRs is...

Yes, I saw these examples. They however use FedML Octopus, i.e. cross-silo training mode as shown here https://github.com/FedML-AI/FedML/blob/48bf47949f88247f848a7c1c3d122d3a70781a27/iot/anomaly_detection_for_cybersecurity/config/fedml_config.yaml#L2

I recently wrote an article about using Kinect 360 and RTAB-MAP ROS with Rasberry Pi 4, with some tweaks it does work now! Not sure if that can be applied...

~~PR here https://github.com/HinTak/seeed-voicecard/pull/29~~ See the below comments.