-
Learn L (number of intervals) and each quantile point of unknown distribution function F.
## [code](https://colab.research.google.com/drive/1BwXO_MlslMqY4wBHrXppAb42BBP37r8H?usp=sharing)
## ref
[Qu…
-
I have a very long expression that I want to integrate and i am getting the following error :
LLVM ERROR: out of memory
Traceback (most recent call last):
File "./Program.py", line 4382, in
…
-
### Description
For offline rl it would be really useful to have the fqe direct and doubly robust methods be updated for continuous action spaces also, not just discrete action spaces.
### Use cas…
-
Tail approximation with importance sampling (and possibly also saddlepoint approximation) gives wrong results with un-normalized foreground and/or backgrounds.
-
### Нулевой вариант: бустинг смеси сеток
Due @maxim-borisyak
Пусть есть текущая модель и сеть, которую мы к ней хотим добавить. Будем учить новую сетку по алгоритму GAN'а следующим образом: на каждо…
-
Hello, thank you for this wonderful repository. I have a question about the PPO1 code for line:
https://github.com/openai/baselines/blob/9b68103b737ac46bc201dfb3121cfa5df2127e53/baselines/ppo1/pposgd…
-
It would be nice to connect ParetoSmooth to the Turing ecosystem of importance samplers/variational inference, so that PSIS can be used as a step in Sequential Monte Carlo or Variational Inference. Fo…
-
## Rough ideas, need vetting.
- reference CTMC
- [Solving the Forecast Combination Puzzle](https://arxiv.org/pdf/2308.05263.pdf) via log-linear Hyvaarinen stacking (locking).
- Quality of sp…
-
hey,
thanks for providing the torchtune framework,
I have an issue with a timeout on saving a checkpoint for Llama 3.1 70B LoRa on multiple GPUs,
I am tuning on an AWS EC2 with 8xV100 GPUs…
-
Looks like the `lnlike` function in `importance_sampling.py` could be refactored to call out to one of any number (currently two) model's likelihoods. Let's do this refactoring so that we can explore …