HelloWorldLTY

Results 82 comments of HelloWorldLTY

> > IPython.paths.set_ipython_cache_dir = '/content/tmp/numba_cache' > > This issue is not about the IPython cache but about numba's cache. Messing with the Ipython cache is probably something you want to...

Ok, thanks. 获取 Outlook for iOS ________________________________ 发件人: Hannes Pahl ***@***.***> 发送时间: Friday, August 6, 2021 7:43:14 PM 收件人: lmcinnes/pynndescent ***@***.***> 抄送: Liu, Tianyu ***@***.***>; Author ***@***.***> 主题: Re: [lmcinnes/pynndescent]...

> ```python > "NUMBA_CACHE_DIR" > ``` Sorry to disturb you again, it seems that this method still cannot work. ![image](https://user-images.githubusercontent.com/43333475/128514598-b40f75bb-3140-4ce7-9c3a-922b2dd7c2d1.png)

Hi, I meet this problem again. libcusparse.so.11: cannot open shared object file: No such file or directory I tried to use conda install to install pyg. Does anyone successfully do...

Hi, thanks for your ideas and discussion. For me, I think doing scaling is necessary because if the data is not centred to 0, the plane we find based on...

Hi all, did anyone find version with this bug fixed? Thanks.

Hi, sorry for my late reply. I have made the modification based on your comments. For NBMixture model, I used categorical and nb distribution from torch to implement. Please let...

Hi, my suggestion for addressing this error is installing mamba first, and then reinstall the pytorch based on the default link, then everything works.

Hi, I think it is still a bug. Sometime if the input x only has one observation, we will receive such error. I think this bug can be addressed by...