-
Exception in thread Thread-2:
Traceback (most recent call last):
File "/home/raikar/anaconda2/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/home/raikar/anac…
-
Is there a way to create custom metrics that rely on another column (i.e.: ID)?
For instance, average Pearson Correlation (by ID). In this case you will need to calculate Pearson Correlation of ta…
-
Hi, maybe this is a documentation issue only and not a request, can you please clarify?
It doesn't seem like it's currently possible for the "arbitrary" signal generator to generate actually _arbi…
-
作者你好,拜读了你的文章,我对训练推理过程有几个问题:
1. 训练是用 concat[x, x_m, z_t] 来预测 z_t 的 noise,这样理解对吗 ?
2. 推理的时候输入是 concat[x, x_m, z_T], 那么这一过程是对谁去噪呢 ? 是对 z_T 还是对 concat[x, x_m, z_T]
3. 一般 SD 是直接采样一个噪声作为初始输入,我推理的时候…
-
For fun I also borrowed some other data from [This Link](https://osf.io/dbn4k) and see how personality and test performance can be condensed to a dimensionally reduced model.
[personality_score.csv](…
-
When applying any `augmentation` to a base image and then using opencv `cv2.imwrite()` to save the image, this results in an image **much larger** in memory footprint.
For example:
image = 3840…
-
- 1: 12.3.4
- 2: 12.3.5
- 3: 12.3.6
- 3/8 수요일 9:30pm
-
Within the Multilevel Atomic Susceptibility extension, it would be extremely useful if, in addition to electric and magnetic fields, level populations ($N_1(x,y,z,t)$, $N_2(x,y,z,t)$ ... ) could also …
-
Hi,
I obtained some clusters using hdbscan. Some clusters contain too many points, and some contain too little. I know I can find sub-clusters or super-cluster of a cluster from its hierarchy (e.g.…
-
Hi everyone,
I'm trying to fit a multidimensional regression where I have GPs on 3 dimensions:
```
Y_{l,a,t} = b1*X1 + b2*X2 + (GP by L) + (GP by A) + (GP by T)
```
where I'm treating `X1` and …