-
On which version of cuda/pytorch etc. did you successfully run the code?
-
### Checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, us…
-
Your work is truly outstanding. The original code was written in C, which makes it very difficult for beginners like us to understand. Your open-sourced PyTorch version has been immensely helpful to m…
-
Hi there!
Was wondering if there would be any support for newer versions of cuda and pytorch.
Thanks!
-
**Describe the bug**
An error is thrown when training with a `MVeFFN` or a `EvidentialFFN` predictor if no [`output_transform` is passed to the FFN Predictor](https://github.com/chemprop/chemprop/blo…
-
### Bug
return forward_call(*args, **kwargs)
RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript, serialized code (most recent call last):
File …
-
Is there a plan to integrate DirectML into the Pytorch Lightning project?
This could broaden the base for DirectML fast.
-
[BUG] pytorch nn.MultiheadAttention uses batch_first=False as default, in your code i think you are intended it to be batch first
-
I trained my own model. Since generate_wts code you shared not use the config in DSVT repo, I have written my own "gen_wts.py"code.
Then, I deployed it from my own config. When I tried to inference…
-
I am getting this error.
```
ValueError: ProcessGroupNCCL is only supported with GPUs, no GPUs found!
```
```
Traceback (most recent call last):
File "/usr/local/lib/python3.10/multiproc…