-
Will the author provide a torch version in the future? Or do other friends have a version implemented using torch?
-
作者您好,在RAR sample的过程中,我发现将`sampled = torch.multinomial(probs, num_samples=1)`改成`torch.argmax(probs, dim=-1)`,生成的结果完全崩坏、没有意义。这是什么原因导致的呢?ARLoss中算token是否正确不就是用的`torch.argmax(shift_logits, dim=1)`吗?
-
would it be possible to register operations such as na2d using `torch.library.custom_op`,
or otherwise ensure that they participate in operation dispatch?
torch's built in flop counter, FlopCoun…
-
sh scripts/sv3d_finetune.sh
[rank0]: File "/root/autodl-tmp/yankl/SV3D-fine-tune-main/sgm/modules/diffusionmodules/video_model.py", line 472, in forward
[rank0]: assert y.shape[0] == x.shape[…
-
When I try to install by poetry:
```
Because eetq (1.0.0) @ https://github.com/NetEase-FuXi/EETQ/releases/download/v1.0.0/EETQ-1.0.0+cu121+torch2.1.2-cp310-cp310-linux_x86_64.whl depends on torch (2…
-
I want to install `openmm-torch` and `pyg`. I'm wondering if there are any known versions of these packages that work together.
Simple test
```
conda create -n test python=3.12
conda activat…
-
Fix the warning:
```
FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
```
by replacing everywhere in the codebase:
```di…
-
when i run :
DEVICE=ascend python3 setup.py develop
output:
CMake Error at /home/wjb/miniconda3/envs/test/lib/python3.8/site-packages/cmake/data/share/cmake-3.31/Modules/FindPackageHandleStandard…
-
What is limiting signatory to be able to work with torch 2.x?
Indeed that would be a great addition to the library, given the struggle of many to install it.
Otherwise, (I know I am asking a lot), w…
-
### 🐛 Describe the bug
Hello,
I wanted to report on a warning related to the latest pytorch versions, which may become an issue moving forward.
Since I've moved to pytorch version >2.4, doing `…