Ben Barber
Ben Barber
I solved this by following the instructions here: https://invoke-ai.github.io/InvokeAI/installation/060_INSTALL_PATCHMATCH/?h=patchmatch
 I'm having this same issue with the `Using device_type cpu` as well as an error `hipErrorInvalidDevice` , both of which I haven't had much luck diagnosing. Hope this gets...
@MordesMortes Yup, i have integrated graphics too and I cannot for the life of me figure out how to make it run with nvidia, if you figure anything out please...
Having another issue as well, am trying to implement the soft update of the target network in a deep Q learning environment, see pytorch equivalent: ```py pnsd, tnsd = self.policy_net.state_dict(),...
@nathanielsimard Thanks for the response > For your specific problem, I think you would need a mapper, similar to how our optimizers are actually implemented and update the model's parameters....
I had the same issue with `/usr/bin/ld: cannot find -lSDL2_gfx: No such file or directory`. Running `sudo apt install libsdl2-gfx-dev` fixed it for me, personally I did not need to...
Strongly agree with this enhancement, when I'm moving fast I often click out to defocus and expect the card to be added, and instead it gets deleted and I have...
Also, I keep getting this error: `[Err] [SDFFeatures.cc:1184] Asked to construct a joint of sdf::JointType [2], but that is not supported yet. Creating a FIXED joint instead`, when trying to...
Same issue here on ubuntu 24.04 when running `make px4_sitl gz_x500`: ``` ERROR [gz_bridge] Service call timed out. Check GZ_SIM_RESOURCE_PATH is set correctly. WARN [gz_bridge] Service call timed out as...
My fault, I had only run `make validate` which worked, but I didnt run `make` to go through all build steps. Looks like removing the underscore prefix from _template_args_start and...