-
I'm using ImageCollateFunction to augment images in SimClr and BYOL methods. I've have implemented a torch `Dataset` which is then passed to `LightlyDataset`, like `LightlyDataset.from_torch_dataset(t…
-
1) `Tensor.data` concept in the Tensor module has been deprecated since Sympy 1.4. Currently the method used to evaluate tensor expressions is `.replace_with_arrays()`. Unfortunately, it is flawed as …
-
We use gotch for our online services, but we find that the server's RSS, that is, the memory usage indicator, has been rising. I suspect it is a memory leak, and the program using pprof golang is only…
-
From: https://github.com/PIQuIL/QuCumber/issues/72#event-1965047890
Regarding the proposal:
1. POVM types: you can implement your own POVM types by inheriting `SICPOVMBase`, `Pauli4` can be your…
-
### 🐛 Describe the bug
nn.MultiheadAttention cannot be correctly compiled by torch.jit.script when kdim and vdim are specified. Minimum code to reproduce the behavior:
```
import torch
mha0 …
-
This the script I used for fine tuning.
```
export HF_DATASETS_OFFLINE=1
export TRANSFORMERS_OFFLINE=1
export PDSH_RCMD_TYPE=ssh
# NCCL setting
export GLOO_SOCKET_IFNAME=bond0
export NCCL_SO…
-
Today, we have separate registration for edit & display ui on the "component ui registry". Whenever we want to display a value and there's no display ui, we fall back to a disabled version of the edit…
Wumpf updated
4 months ago
-
## 🚀 Feature
Currently, trying to use a `@property`-decorated method in TorchScript results in the following error:
```
(This attribute exists on the Python module, but it's an @property method. @p…
-
### 🐛 Describe the bug
[pow()](https://pytorch.org/docs/stable/generated/torch.pow.html):
- A scalar(e.g. `3`, `4`, `5`, etc) with `input` argument doesn't work.
-
https://doi.org/10.1103/PhysRevE.90.033315 describes some pruning methods to the single-term factorization (aka: the operation minimization of a tensor network), that would probably allow to speed thi…