-
Hello, thanks for sharing your work. My environment is Python 3.8, Pytorch 1.7.1 with Cuda 11.0 and MinkowskiEngine v0.5.4.
When I run "sh demo.sh", the line 56 of demo.py "gg, cloud = anygrasp.get_g…
-
Hi, this is more like a question rather than a bug or issue.
When I specify the target device during initialization of any CrossEncoder, the model is not pushed to that device until the `predict` o…
-
!mistral-chat ./mamba-codestral/ --instruct --max_tokens 256
/usr/local/lib/python3.10/dist-packages/mamba_ssm/ops/selective_scan_interface.py:164: FutureWarning: `torch.cuda.amp.custom_fwd(…
-
I found that on occasion, stability selection will trigger CUDA error like below:
self.criterion(model(X_val), y_val).item()
RuntimeError: CUDA error: device-side assert triggered
CUDA kernel err…
-
- TIA Toolbox version: develop branch
- Python version: 3.11.8
- Operating System: linux
### Description
I am computing the features using multiple GPUs on the same node using `DeepFeatureExtr…
-
My training runs but on the 10th epochs I have this error. I tried using different python versions but seem to always have that error stopping the training. I purposefully did not paste all the '/opt/…
-
```docker run -it --rm --name comfy3d-pt25 --gpus all -p 8188:8188 -v "$(pwd)"/DockerCont:/root -e CLI_ARGS="" yanwk/comfyui-boot:comfy3d-pt25
[INFO] Running set-proxy script...
[INFO] C…
-
Hi!
I have built the docker image from the provided [Dockerfile with cuda11.6](https://github.com/open-mmlab/OpenPCDet/blob/master/docker/cu116.Dockerfile). Now I am trying to run models on an H10…
-
### Describe the bug
Hey! I am learning to use SYCL but I encountered a little issue when using `sycl::atomic_ref::exchange`. Things work fine on CPU, but when I switched to GPU even a very simple te…
-
```
In [1]: import torch
In [2]: torch.randint(2, (2**31-2,), device="cuda", dtype=torch.int8).sum() # BAD
Out[2]: tensor(0, device='cuda:0')
In [3]: torch.randint(2, (2**30-2,), device="cuda"…