-
Was experimenting a bit with puremagic. Unfortunately already the first two tests did not work (but `file` did it's job). `grib` might just be missing, but H5 should be detected, or?
https://github…
-
### I've searched existing issues and couldn't find a duplicate.
- [X] I confirm this is not a duplicate.
### Operating System
Arch Linux
### Server Software Version/Commit
79d2f91
### What happ…
-
Jacob mentioned finding a number of sites that are in the DAP data but aren't marked as DAP=TRUE in our data. [Here's a file of his results](https://docs.google.com/spreadsheets/d/1yRTOEnPylVWLMYyw0A…
-
We want more realistic observations in the MAL Simulator to train the ML agent against a policy/agent more similar to the TYR demo.
If users can state a false positive / negative rate on some attac…
-
**Describe the bug**
Our embedded media example uses external video and is very often failing in Percy due to some network or other issues causing false negatives on unrelated PRs.
We need to ei…
-
Would be great if it was possible to change the positive and negative effects using a datapack.
-
Q1: What does the description below from [README](https://github.com/FlagOpen/FlagEmbedding/blob/master/examples/reranker/README.md) mean specifically?
> train_group_size: the number of positive and…
-
```rb
expect(page).to have_no_css('input[placeholder="foo"]')
```
This is not caught but can be replaced to:
```rb
expect(page).to have_no_field(placeholder: 'foo')
```
-
Hello and thank you for your work.
I would like to ask, in the work of mining difficult negative examples, have you considered the vector representation performance of the model itself for mining dif…
-
As stated in the documentation, the MNRL loss (and, by extension, it’s Cached variant) can handle more than one hard negative per anchor, as these extra negatives will be included in the “pool” of all…