Jeremy Morgan
Jeremy Morgan
Hey, here's what i'd recommend 1. Increase the number of coupling layers to 14 (`--nb_nodes=14`) 2. Then, increase the learning rate until you notice training instability. Specifically, try `1e-4`, `1.125e-4`,...
Seems like you've made some nice progress! If you want to aim for even better performance you can increase the number of nodes further, but fair warning I haven't gone...
What's the output of `deoxys_control/deoxys/libfranka/build/examples/communication_test`? You need to go into the libfranka directory and build this file with make / cmake fyi
same error. `llama download` didn't work for me either (see https://github.com/meta-llama/llama-models/issues/70#issuecomment-2288282324)
correct - this was with a new link
I'm now getting an error when trying to get a fresh link from https://llama.meta.com/llama-downloads/ fyi: ``` Sorry, we could not process your request at this moment. Request ID: 516777847458911 ```...
English translation: In both `GroundingDINO/groundingdino/models/GroundingDINO/csrc/MsDeformAttn/ms_deform_attn_cuda.cu` and `GroundingDINO/groundingdino/models/GroundingDINO/csrc/MsDeformAttn/ms_deform_attn_cuda.cu` change `value.type()` to `value.scalar_type()` on line 65 and 135 My cuda setup for reference: ``` (hardware_env) jstm ~/Projects/panda_utils nvidia-smi Mon Nov 17 16:23:44...
also getting this error: ``` $ test.py qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "/home/jstm/miniconda3/envs/aldarobots/lib/python3.10/site-packages/cv2/qt/plugins" This application failed to start because no Qt platform plugin could be...