-
Consider:
- [SCReAM (Self-Clocked Rate Adaptation for Multimedia)](https://github.com/EricssonResearch/scream)
-
Over time, we added new extension points to the BaseStrategy that allow easy customization. This is what the new API looks like (most of it is already available):
```
class Naive(BaseStrategy):
…
-
Dear Authors,
Firstly, thank you for your insightful paper, "Llama2Vec: Unsupervised Adaptation of Large Language Models for Dense Retrieval." I found it highly informative and am excited about its…
jhy12 updated
3 weeks ago
-
I am trying to run a Hamiltonian MCMC on a target distribution whose implementation involves a call to tf.gather. The following code:
```python
import tensorflow as tf
import tensorflow_probabili…
-
I have noticed that when I run `gigapath.pipeline.run_inference_with_tile_encoder()`, **the output is slightly different when I change the batch size**. I guess this is due to some stochastic process…
-
[ yes] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
A clear and concise description of what the bug is.
jus…
-
when I run tran.py
```txt
python train.py --name gta2citylabv2_stage1Denoise --used_save_pseudo --ema --proto_rectify --moving_prototype --path_soft Pseudo/gta2citylabv2_warmup_soft --resume_path .…
-
In the quick start demo, I found these code are not running, which not use the subgrad at all, what could be my mistakes, I just run your code and did no adaptation.
if "rank" in grou…
-
Just as a quick link list, here is a list of ICLR Submissions using the keyword "Domain Adaptation". I guess waiting for the reviews makes sense before including them in the reading list.
# Unsup…
-
Hello,
I'm a little confused about the error-estimation in RLS adaptation code.
I think Error Estimates in RLS adaptation is incorrect, but it may be that I misunderstood it.
39~52 lines of `rls.…