iTom
iTom
Oh, I also used `marker` in my code. I missed this point in this snippet. The original code is like this: ```python bax.plot(_p, _r, label=_label, c=COLOR[algo], marker=_marker, clip_on=False) ```
As in the code, the missing rate is seemed to be determined in the [*get_mask*](https://github.com/XLearning-SCU/2021-CVPR-Completer/blob/main/get_mask.py) function. However, if I comment out [this line](https://github.com/XLearning-SCU/2021-CVPR-Completer/blob/main/get_mask.py#L17), or change the [missing rate](https://github.com/XLearning-SCU/2021-CVPR-Completer/blob/main/configure.py#L17) to `1`...
Well, you're right as I compute the missing from the resultant mask and it's around `0.5`. I guess you did that halving because there are `2` views and you want...
I hope it can automatically create hierarchical folding points based on headings of all levels, just like the one in jupyter notebook.
Not image rendering. I mean something like the code folding in a code editor ([example](https://pic2.zhimg.com/v2-732e97a96bca505a67222d1847ec8e15_b.webp)), but the folding points are the headings, i.e. treating the content within the scope of...
Disabling the importing of `nonlinear` \& `conv2d` in [lasso/\_\_init\_\_.py](https://github.com/rfeinman/pytorch-lasso/blob/master/lasso/__init__.py#L1) works for this sample code
(Sept. 22, 2023) I follow the manual installing method in README, i.e. ```shell git clone https://github.com/DmitryUlyanov/Multicore-TSNE.git cd Multicore-TSNE/ pip install . #
这个敲代码时很好用,之前 0.9 和 0.14 是 Ctrl + Space 禁用/解禁,今天升级 0.15 之后 ctrl + space 无效了,在 `%APPDATA%\Rime\build\default.yaml` 也没看到 ctrl + space,所以 0.15 禁用/解禁的组合键是什么呢?这个可以在哪里查?
@JourneyFlower 对,我个刚在 [#803](https://github.com/rime/home/issues/803) 也看到了,在 Setting -> Language -> Keyboard -> Input language hot keys,但是这个是已经启用的:  就今天下午升级之前还用着,升级 0.15.0(会重启一次电脑)之后就不行了,现在 ctrl + grave 呼出小狼毫菜单跟 vs code 呼出命令行冲突了,之前在 vs code 禁用输入法就不会冲突。
@JourneyFlower 不行,关了 vscode 在桌面试,无效,打开 notepad 打字也无效