-
Menim, da lahko zaključim s projektom. Imam samo še težavo, ker mi noče prevesti poročila, pa nevem zakaj.
-
### 🐛 Describe the bug
`torch.export.export` in strict mode seems to produce an incorrect exported program when the exported module contains a python generator.
Here is a minimal reproducible ex…
-
Hello Rune,
I am using the clmm function which allows for more than one random effects (nested) variables to be included. However, then I also want to use the predict function to predict probabili…
-
### Your current environment
```text
PyTorch version: 2.1.2+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 20.04.6 LTS (x86_64)
GCC …
-
I have a few thoughts here resulted from https://github.com/red/red/issues/2216.
See also REPs on vectors https://github.com/red/REP/issues/12 and esp. https://github.com/red/REP/issues/10
The **a…
-
`vis_dat_ly` is not working at the moment, for reasons that I don't fully understand, so I'm going to dump the code here so I don't forget it. I would like to avoid unused, untested code in visdat…
-
### 🐛 Describe the bug
The function destroy_progress_group(group) is not working. As below code shows, after executing this function, the memory consumption did not decrease. By executing "del group"…
-
### Steps To Reproduce
```sage
var('x,t')
y = 2.66778786276411e493*t^3*x - 1.93258971534823e247*x
integrate(y, t, 0, 1, algorithm='libgiac')
```
It fails with `algorithm=a` for each `a` in `…
-
### 🐛 Describe the bug
I'm trying to install pytorch from wheel with rocm5.6, but yields error. I use the following command:
pip3 install --pre torch torchvision torchaudio --extra-index-url http…
-
The functions `ff_h2656_put_(uni_)?{4,8}tap_hv32_8_avx2` are defined in `libavcodec/x86/h26x/h2656_inter.asm`. They are used directly in the HEVC decoder, and also indirectly to define optimisations …