-
How long it takes to process 10,000 words in general? It takes me more than 3 mins to process one single annual report (about 30,000 words), is this normal? How to accelerate? Thanks!
-
Several options for achieving good coverage of hyperparameter space more efficiently than systematic grid search are discussed in scikit-learn documentations. Can pick or experiment and pick to enable…
-
Currently, asb seems to take any 2 or more inputs present in the wallet for transactions. This results in inputs being jumbled together into one unnecessarily and getting progressively bigger, which r…
-
I left this comment a long time ago that we rediscovered it today:
https://github.com/fedimint/fedimint/blob/6249552fd55d599a4972d4c1e2bd8028e8c75b4b/fedimint-client/src/oplog.rs#L71-L78
The pag…
-
### Describe the feature and motivation
[TEBLID](https://docs.opencv.org/4.x/dd/dc1/classcv_1_1xfeatures2d_1_1TEBLID.html) developed by @iago-suarez is a very efficient feature detector that is much …
-
## Current Behavior
Instaloader currently supports retrieving followers from a single account. When attempting to use multiple accounts to bypass rate limits, the follower retrieval process restart…
-
The list can grow very large, so we need to find a data structure that doesn't store every value redundantly for each new block.
-
wrapping rust libraries for pyo3 is easiest when there's a very concrete data model. object-store is a good example of this, so my recent binding of object-store to Python is also a good place to look…
-
-
## Is your feature request related to a problem? Please describe.
When generating maps for a specific tile or range of tiles, the download size should be somewhat optimized. For example, when run…