-
- [ ] https://github.com/aizvorski/video-quality/issues/8
- [ ] VIF (sometimes called VIF-P or VIFP), Visual Information Fidelity
- [ ] RECO, Relative Polar Edge Coherence
- [ ] NIQE, N…
-
Extracting metaphors and symmetries from code using language models (LLMs) is an interesting idea. Here's a high-level approach that could be taken:
1. **Code Preprocessing**:
- Tokenize the code …
-
I think if you try to maximize the similarity between the `Generated` and the `Content` image, then the every structural texture are almost the same. Then it's only the color difference between them.
…
-
[Towards self-explainable graph neural network](https://dl.acm.org/doi/abs/10.1145/3459637.3482306)
```bib
@inproceedings{dai2021towards,
title={Towards self-explainable graph neural network},
…
-
I might be missing it, but is there documentation for what each of the parameters in config.yaml controls?
This occurred to me specifically because I wasn't sure what `min_tc` is in the new workflow …
-
They will be in the modifications file here: https://curation.pombase.org/dumps/latest_build/
We should copy those to a TSV file then remove them from the contig files.
Mostly they will be "Inferr…
-
Feb 24 2022: currently using vector search.
---
Image search is rather unclear compared with text. Things to consider:
- what kind of `Bokeh` widget to use. Could be `FileInput` for uploads o…
-
**It would seem that crop_highlights.py line 6:**
from skimage.measure import compare_ssim
**Needs changed to:**
from skimage.metrics import structural_similarity
Functionality is still there …
-
Adapt sequence sampling throughout training so that we first train on "simpler sequences" and then on more and more "complexe" sequences. We discussed three different types of strategies depending on …
-
Traceback (most recent call last):
File "test.py", line 31, in
tester.test()
File "/data2/qinfl_home/home/RDST-main/models/trans_sr_tester.py", line 200, in test
eva_report, inference…