cloudy-sfu

Results 17 comments of cloudy-sfu
trafficstars

Is there an update? I cannot implement this solution if using remote (cloud) resources like Google Colab. > 我在我的服务器上解决了这个问题,不过方法有点蠢,只适用于硬性修改字体,不适用想配置字体的同学。 遇到这个问题的同学可以参考一下。只需要修改python包管理的中的pandas_profiling/visualisation下的plot.py 文件和missing.py `文件,在每一个绘图的function内部开头,都添加两行代码 > > ``` > mpl.rcParams['font.sans-serif'] = ['SimHei'] #显示中文...

Duplicate of #133 同该问题,请点击微博导航栏的 ”回到新版“,按F12获取Cookies.

您在微博高级搜索里检索了一下,发现检索出的微博就少了很多,可能是被删帖了,或者您的IP地址被限制了,不是程序的问题。

搜索时是不知道微博总数的,但是如果拿到了页数,可以在循环页数的时候设置 ``` from tqdm import tqdm for i in tqdm(range(n)): ...... ``` 同时要考虑拆分和并行逻辑的影响。 新特性,但非重要功能,如果您愿意 contribute 请提交 pull request.

Check if `clustering_coefficients_mex.c` file is in the matlab_bgl/private folder.

I have the same error while using ubuntu 18.04 LTS

> Hi @cloudy-sfu , > > can you please share what is the python version that you are using? Python 3.12 @fabclmnt

Thanks, now the scrip can run, I replace the variable `CODE` with ``` CODE="import os; import tensorflow_datasets as tfds; dl_config = tfds.download.DownloadConfig(manual_dir=os.path.expanduser('$DATADIR')); ds = tfds.load(name='image_label_folder', data_dir=os.path.expanduser('$DATADIR'), split='train', as_supervised=True, download_and_prepare_kwargs={'download_config': dl_config});"...

The following issue is caused by the same problem, but the solution doesn't solve the problem essentially. https://github.com/mrosol/Nonlincausality/issues/3#issue-1384838782 https://github.com/mrosol/Nonlincausality/issues/4#issue-1490097283