sisrfeng

Results 70 issues of sisrfeng

Works well without conceal: ![image](https://user-images.githubusercontent.com/53520949/170725211-e8e58053-9cf6-43e4-9cc3-897e66380777.png) Not well aligned after conceal ![image](https://user-images.githubusercontent.com/53520949/170725327-2a11a120-f217-4df5-bd6f-447c94057de9.png) Is there a way to calculate the indentation with respect to the length of the concealed characters?

I have not found any detector trained on cityflow, either in AI city challenge's github repo. Many thanks!

How to use my huge config files in wsl with neovide? nvim0.7.0 on wsl2 "/home/linuxbrew/.linuxbrew/bin/nvim" neovide0.8.0 in "F:\nvim07\bin\neovide.exe" from pwsh in windows terminal, I type "neovide --wsl", an ugly ubuntu...

bug

```python # resNet18 in pytorch use `AdaptiveAvgPool2d`, which collapses the feature maps # of any size to the predefined one. self.avgpool = nn.AvgPool2d((7,7)) # Replace AdaptiveAvgPool2d with standard AvgPool2d ```...

The function name `plug#()` seems a little strange, and it's my first time to see such name in vimL. Is it like `plug#a_func()`, but `a_func` becomes empty string? Is there...

[ let s:plug_home_org = a:1](https://github.com/junegunn/vim-plug/blob/8fdabfba0b5a1b0616977a32d9e04b4b98a6016a/plug.vim#L241)

**Describe the bug** After this: ![image](https://user-images.githubusercontent.com/53520949/179506969-27673e8b-24a8-4efd-84ee-fb6c76e2c2aa.png) There was E:\wsl\ext4.vhdx When I issued `wsl`, a window flashed out and I could not get into ubuntu. I issued `wsl --list --verbose` and...

bug

Hi, is there anyone who met this? python sunrgbd_data.py --gen_v1_data gets this: ``` Traceback (most recent call last): File "sunrgbd_data.py", line 332, in save_votes=True, num_point=50000, use_v1=True, skip_empty_scene=False) File "sunrgbd_data.py", line...

tf_xxx_compile.sh specifies /usr/local/lib/python2.7. I am afraid that there remains more modify > Being syntax compatible with Python 3 does not mean that the port to Python 3 is complete.