-
In your implementation, average_log_prob is set as False, which makes the log prob not being normalized by length.
Is there a reason to set average_log_prob as False?
Is the performance of the mod…
-
Document that for spherical coordinates theta is going from x to y and phi is going from xy-plane to z.
This definition of phi differs from the mathematically defined phi:
https://en.wikipedia.org…
-
Hello, I am using following packages version in my react typescript applciation:
@antv/g6=5.0.7
@antv/g6-extension-react=0.1.2
G6 graph layout options are:
`
layout: {
type:…
-
Hi!
I tried to run one of the example notebooks (`Generating_waveforms.ipynb`) and ran into a couple of issues.
Firstly, it seems that all calls of `IMRPhenomD.gen_IMRPhenomD` need updating to t…
-
Start with
```R
#' @param xa a single row of ahull()$arcs
rc_data
-
### Result
Python routines that evaluate
1. Magnetic field in `R,Z`
2. `R,Z` for given `s, theta_geom`
3. Combination to get `B(s,theta_geom)`
Think about how to separate or combine EQDSK R…
-
A few times users have asked how much variability there can be in khat estimate if they would re-run MCMC. We can estimate that by looking at the marginal posterior of k. By re-using existing code (fu…
-
Hi,
I hope to calculate the partial derivative of a symbolic matrix as follow:
```
Theta = MatrixSymbol('Theta', 12, 24)
X_k=MatrixSymbol('X_k', 24, 1)
x_s = MatrixSymbol('x_k+1,', 12, 1)
x_til…
-
You will want to modify the evaluation algorithms so that they take a T argument to pass to the learners.
### Evaluating algorithmic and feature choices for AUTO data
```PY
mpg cylinders displ…
-
### System Info
Thanks team for great work,
As I see in the report the max ctx length is 16k right ? But the config max pos embed is 4k, and when I modify to 8k the result and memory just work withi…