Mike Heddes

Results 12 comments of Mike Heddes

You could try running as sudo `sudo npm install -g webassembly`. Or alternatively you could try to install it in a project, meaning you create a project with `npm init...

Hi Francesco, Thanks for your comment. I will try to add the define flags. I'm fairly new to C++ so it might take some time. If I get stuck I...

I managed to compile piranha single threaded. It was indeed not hard, adding a `PIRANHA_SINGLE_THREAD` flag in some files was enough. I will add the CMake configuration and prepare a...

@bluescarni there is no need to merge this PR now for my use case. I can use my forked repo to continue with my project. You can do the changes...

Thank you @denkle for another great contribution! I made some small tweaks to improve the backwards compatibility with `torchmetrics`. Do you want some extra time to figure out why you...

Hi, just wanted to ask if you had time to look into this yet?

Thank you @milad2073 for your investigative work, this is very valuable. The VTB and HRR models are related so it makes sense that both would suffer from this problem. It...

These are some very useful insights @milad2073! I might have some time at the end of next week to verify the inverse implementation of VTB.

@milad2073 you are providing really great insights! As for opening a PR to update the unit tests, feel free to open the PR directly, no need to first open an...

@milad2073, I had some time to go over the VTB implementation in Torchhd and it looks to me like it implements exactly what was proposed in [Vector-Derived Transformation Binding: An...