-
### 📚 Documentation Improvement
In https://docs.deci.ai/super-gradients/documentation/source/PoseEstimation.html#implemented-models > Prerequisites > Step 2 > CV Dataset Setup link -
https://docs…
-
### Bug description
When resuming from a checkpoint (or multi-gpu training with ddp, anything where you might construct multiple instances of your model), if the model layers are constructed in dif…
-
With the Ben Blazak and TMK firmwares for the original ErgoDox, I was able to toggle CapsLock while holding down both LShift and RShift. On the ICED, with KLL 0.3d, I was not able to get the combinati…
-
Resnetの部分について質問です。原著論文ではfeature_dilated_res_1, feature_dilated_res_2のstrideは2であり、https://github.com/hszhao/semseg/blob/master/model/resnet.pyでもstride 2で作成されていましたが、あえてここのstrideを変更された理由がありましたらご教授いただけると幸…
-
Hey guys,
First of all some information about my Version and Network: ( I downloaded the latest CNTK binary about 2 Weeks ago. )
Build info:
Built time: Dec 22 2016 01:45:54
Last modif…
-
Hi,
Thank you for your great work. I met following error with environment. Could you please help me check with this, thank you.
Traceback (most recent call last): …
-
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:1 and cuda:0! (when checking arugment for argument target in method wrapper_nll_loss_forward)
f…
-
I have used DISCO_F413ZH to try to reproduce this demo but it failed.
By commit https://github.com/uTensor/utensor-mnist-demo/commit/da6615e0dff628e86b40363867f3948691c37961, here is what I got:
I…
-
Hello,
I just updated from 0.2 to 0.3 via Pip, Python=3.7. I also updated Torch to 1.13, CUDA 11.6, and torch.cuda.is_available() returns True. I have an Nvidia Quadro RTX8000 with 48GB VRAM.
My C…
-
Hi @HRanWang , thanks for your wonderful work!
I try to do a simple ablation experiment to validate the performance of Spatial-Attention, but the result confuses me a lot.
For the sake of simplicity…