-
**Which version of MSAL.NET are you using?**
Microsoft.Identity.Client 4.42.0
Microsoft.Identity.Client.Extensions.Msal 2.16.5
Microsoft.Identity.Web.TokenCache 1.23.1
**Overview**
1. U…
-
Using my Sodium images, I extracted two adjacent pixel offsets, separated by 0.5 pixels. The result is a reversal of the banding as shown in the pictures. Hence, my working hypothesis regarding both I…
vnp85 updated
1 month ago
-
**Describe the issue**:
I have been observing a mild but consistent increase in memory when storing large arrays to Zarr. I have reproduced this with both s3fs (my real use case) and with a dum…
-
# Feature Request: Add `symbol-line-anchor` property for enhanced arrow placement on lines
## Description
We propose adding a new layout property `symbol-line-anchor` to the symbol layer, along …
-
### 🐛 Describe the bug
```
import argparse
import math
from typing import Any, List, Union
import evaluate
import torch
import torch.distributed as dist
from data import GLUEDataBuilder
f…
-
While looking in several issues here, I feel that adding the ability to instanciate a JobQueueCluster with an already started Scheduler could help some use cases, and be a first step towards starting …
-
When trying to expand the PVC volume template the operator will delete/re-create the PVC volumes instead of just resizing them. We are using Rook-Ceph as the storage provider and have successfully res…
tman5 updated
2 months ago
-
- [ ] f strings (including self-documenting with `f'{var=}'`)
- [ ] `import this` (zen of Python)
- [ ] no need to inherit from `object` (already done implicitly)
- [ ] `functools.wraps` for keepin…
-
HI, the paper reports the model is trained with a batch size of 8 on 32G V100, but I got out of memory with the default settings in train_seg.py. When I set the batch size to 4, the memory is about 2…
-
Please add merge_asof to cudf to match pandas merge_asof capabilities. Thanks!