-
在train.py中为什么加载数据这里val_pipeline = copy.deepcopy(train_pipeline) 测试集的处理需要复制训练集的处理,这样训练集每次都会随机裁剪尺寸,在evaluation.py里也是这样,
train_dataset = Mydataset(train_datas, train_pipeline)
val_pipeline = c…
-
### Component(s)
exporter/prometheusremotewrite
### What happened?
## Description
I'm reporting what I _think_ is a memory leak in the `prometheusremotewriteexporter` that is triggered whe…
-
Hello,
I am running the first example on "quick start": python -u main.py -data ../data/raw/dblp/toy.dblp.v12.json -domain dblp -model fnn bnn -fairness det_greedy -attribute popularity.
It see…
-
The following updates are required to meet Bronze badge status for NMIND review:
- [ ] Provide/generate/point to test data
- [ ] Provide instructions for users to run tests and evaluate for correc…
-
### Is there an existing module for this?
- [x] I have searched for the existing module
### Is there an open PR for this?
- [x] I have searched for existing PRs
### Is there an open issue for this…
-
**Describe the bug**
I'm experiencing intermittent issues with streaming data from the left camera of OAK-D W PoE cameras. The left camera data is not always present, and the device sometimes fails t…
-
### Requested feature
Our users encounter from time to time documents that instead of text have vector path's representing themselves as text.
Because of the vector nature of it, we do not automat…
-
How would it be possible to have a summary made out of a chunk? With a prompt named: `summary_gen.yaml`
**_EDIT: While I had trouble getting my head around the code in `./original`, I started from …
-
## Which OpenObserve functionalities are the source of the bug?
functions
## Is this a regression?
No
## Description
### Observed behavior
If there is a pipeline that has the followi…
-
I was able to create sensible IWI images with Python:
```python
import itk
image = itk.imread('fslmean.nii.gz')
itk.imwrite(image, 'fslmean.iwi.cbor')
```
However, the validation itk-wasm …