-
My first attempt to eliminate signed/unsigned warnings with commit 851e449 introduced a bug. See issue #3488. We should stop using the `size_t` type explicitly in our code. The use of unsigned ints (i…
-
Hi,
I am trying to follow the steps in JRL_Model/README.txt, and I am confused about "Match rating features". It says "Construct latent representations based on rating information with any met…
-
Hi,
I have a problem with integrating user- and item-features.
After some research I now know that I have to concatenate my user/item-feature matrix with an identity matrix. After doing this, my …
-
-
Hi,
set2set layer performs fixed-size and order-invariant representation of the graph. Is it possible with means of pytorch_geometric to make a reverse step - generate graph back from that dense re…
-
I am trying to learn to use mini_al to layer looping (streamed) background music with one-shot sound effects (e.g. footsteps), but there don't seem to be examples for layering sounds--only opening a s…
-
Hello,
What is the best / recommended way to subscribe to several ifm3d-ros topics (eg. depth image and infrared image) at the same time?
I have a method which processes different O3D data types…
-
Hi, all, i wonder whether distiller compress model or accelerate inference really, or distiller just simulate the "compress process" for research purpose? I can not find any inference acceleration or …
-
Hi, I was wondering if you conducted any performance tests with your system
For a project that I have I would have to support up to 16 cameras on a single browser and would like to know if it would…
-
WebAssembly is currently very good at executing code written in arbitrary languages from a given (usually JS) interpreter, but it lacks several key features when it comes to [combining multiple arbitr…