-
From the sage-devel:
```
On Feb 20, 2010, at 12:40 PM, John H Palmieri wrote:
...
> I was curious about this, so I tried specifying the number of digits:
>
> sage: h = integral(sin(x)/x^2, (x, 1, p…
-
I would like to evaluate a velocity field defined in xyz/xz space at an arbitrary array of points within the modeling domain. However, I am a bit confused with the firedrake conventions when evaluatin…
-
Retrain QuasarNET with DESI data with the intension of improving purity and completeness on DESI data compared to the original version trained on eBOSS data.
Optionally update network structure (e.…
-
I'm opening this issue to discuss how to implement the additive broadband terms. The easiest seems to be to extend the PCA components in each template with polynomials of lambda_rest. The redrock will…
-
Hi everyone, first, thanks for all the work on this fantastic library.
Do you have code for the spherical harmonics computation of degrees higher than 11 (even 12 or 13 would be great)? I'm curren…
-
在执行训练命令时报错了。
命令:!python3.8 finetune_speaker_v2.py -m "./OUTPUT_MODEL" --max_epochs 1000 --drop_speaker_embed True
报错日志:
`INFO:OUTPUT_MODEL:{'train': {'log_interval': 10, 'eval_interval': 100, 'se…
-
From Martin comments
https://uq-berlin.slack.com/archives/D0168AT80RY/p1713873401234819
"If the plan is to use TTs in DDPM (which is absolutely worth a shot), this has to be described (in a 5-10 pa…
-
Is G Matrix format for random regression analysis just inverse?
-
For functions related to spherical harmonics, I noticed that the terminology "degree" and "order" is often used backwards in docstrings and variable names.
- in [this function](https://github.com/d…
-
We can avoid using tanh if we used sine-cosine form of Fourier series instead don't you think ?