Xunius
Xunius
**Describe the bug** Thanks for creating the tool. Firstly, I'm still learning the relevant maths so I could be wrong. I guess my question regarding the normalization of promax rotation...
Hi, Thanks for creating the tool. I'm still learning it. I noticed that `field.spatial_gradient()` calls internally `math.spatial_gradient()`, but some arguments to the latter (e.g. `difference`, `dims`) are not available to...
First of all, I still need to read more carefully the references, so I might be wrong. In the [Multitaper coherence estimation](http://nipy.org/nitime/examples/multi_taper_coh.html) tutorial, the confidence interval are computed (`t975_limit` and...
Hi, I noticed that the following code returns `freqs` which is all 0s: ``` freqs, d_psd = tsa.periodogram(ar_seq, Fs=1., normalize=False) ``` I believe it is this line (in `algorithms/spectral.py`) that...
Hi, thanks for creating this tool! I'm testing out how it works and noticed that if I have a note with a pretty long title (in my case: "Liu2018_An ove**r**vi**e**w...
now there is no need to add a marker "##" at the beginning or end of the file to make a cell, the 1st cell can be defined as from...
Steps I took: 1. in a vim window, open `file1`, `file2` and `file3` in separate tabs. 2. close the tab for `file3`, go to the tab for `file2` 3. use...
Hi, I'm playing around with this awesome app. I noticed that in the *What works* wiki page the `wptc-track` package is listed to be working. However, when trying to install...
Hi, 我学习 s2anet 实现的时候发现在 `models/roi_heads/s2anet_head.py` 里,`S2ANetHead` 定义中有 (https://github.com/Jittor/JDet/blob/2fd9ef0833f2edc79ee8a30aadca503ce5054a36/python/jdet/models/roi_heads/s2anet_head.py#L160): ``` self.or_pool = RotationInvariantPooling(256, 8) ``` 我猜这里的 `256` 是不是硬编码了,应该换成 `self.feat_channels`?
Hi, I love both of these plugins and used to have both work. Then I reinstalled both using vundle (previously I installed by downloading zips and manually putting into .vim)....