-
Really line obstacles are all you need, just x1, y1, y1, y2 and width. Using rects is super limited and probably only marginally faster, likewise i don't see too many benefits right now for optimizing…
-
Hello, do you have plan to re-run the benchmark for all the 1/2-dim marginals of the tasks, at least for (S)NLE and (S)NPE?
There are some works on 1/2-dim marginal-only sbi, e.g. https://arxiv.org…
-
This feature has been available since Antares Simulator 8.4.0, but these new outputs are not visible in the "Results" tab in Antares Web.
Only outputs associated to links & areas are available.
…
-
Hi,
I have a similar issue - and I don't think it can be solved on the x side.
In my case, I have a parametric survival model (estimated using 'survreg' from the survival package), and what I want i…
-
We currently store an object and return a const reference via a getter. This design is rather inelegant. We should refactor to use shared pointers. The getter returns a pointer to const object to p…
-
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
### Here is what I did:
Set up one household with self-employed income of £30,000 (ID: 11800)
Set up one household with…
-
# App summary
- App name: MARGINAL#4 IDOL OF SUPERNOVA
- App serial: PCSG00448
- App version: 1.00
# Vita3K summary
- Version: v0.1.8
- Build number: 3173
- Commit hash: https://github.com/vi…
-
As part of re-learning JDFTX, I was trying to reproduce some recent literature results with 1.7.0.
Flat bands have a lot of interesting features so I picked this to start,
[`https://www.nature.com…
-
I have `INT8` quantized a `BERT` model for binary text classification and am only getting a marginal improvement in speed over `FP16`.
I am using the `transformer-deploy` library that utilizes Tens…
-
Thank you for your working and sharing. I learned a lot from them.
However, I have a question about the VAE implementation.
In VAE.py, you calculate the marginal_likelihood as an cross entropy:
…