-
### System Info
- `transformers` version: 4.37.2
- Platform: Linux-6.1.58+-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.20.3
- Safetensors version: 0.4.2
- Accele…
-
**Describe the bug**
Transcoder isn't triggered under any circumstances
**Technical Specs**
1. Running on (Windows, Linux, NAS Model etc) 'FreeNAS 11.2'
2. Python version '2.7'
3. Download Clie…
-
The proposal here is that we can improve `ILEmitTrie` by using binary search instead of the linear search we currently do for both finding the length as well as the vectorized search.
This improves…
-
We don't need to implement all options below but enough to have some efficient alternatives to the linear/brute force versions we have today. My suggestion is to pick whatever you find to be simplest.…
-
**Submitting author:** @dekuenstle (David-Elias Künstle)
**Repository:** https://github.com/cblearn/cblearn
**Branch with paper.md** (empty if default branch): joss
**Version:** 0.3.0
**Editor:** @mba…
-
As noted in #1268 and #2159, a standard CLR transformation should result in negative values. The `log1p` function appears to be incorrect here, as it returns `log(1+(x/geomean(x))` when, to the best o…
-
Hi,
Your package has been great and I really appreciate you developing it! When I use the code below, I end up only downloading the top layer of salinity when I wish to download surface and subsurf…
-
Here's a typical dataset ("Scenario A"):
```
3500000
3500000
5500000
7500000
8500000
11500000
14500000
30000000
```
Finding the median is simple enough. Here's a description of the algo…
-
Consider this simple benchmark
```julia
using BenchmarkTools, Random
d = Dict(x => x for x in 1:1000);
rng = Xoshiro(42)
@benchmark rand($rng, keys($d))
```
on my computer under 1.9.3, …
-
**- Upload your log file**
(If a log file hasn't been generated, go to the 'Run' tab in FragPipe, click 'Export Log', zip the resulting "log_[date_time].txt" file to avoid truncation, then attach the…