myrainbowandsky

Results 35 issues of myrainbowandsky

The code is ` graph = Graph(_lst, directed=True, weighted=True)` `model = Node2Vec(_graph, dim=300, walk_length=100, context=10, p=2.0, q=0.5, workers=-1)` `model.train(epochs=epochs)` I have 10,000 nodes. When I check: `model.index_to_key`, there are only...

python3 crawler_booter.py --usage crawler :0: UserWarning: You do not have a working installation of the service_identity module: 'cannot import name 'verify_ip_address''. Please install it from and make sure all of...

在提交Issue之前请先回答下面问题,谢谢! 1.你是怎么操作的? 多个账号被封,只能每个小时登录一次。 尽量把你的操作过程描述清楚,最好能够复现问题。 2.你期望的结果是什么? 怎么把代理池填入? 3.实际上你得到的结果是什么? 4.你使用的是哪个版本的WeiboSpider? 你的操作系统是什么?是否有读本项目的[常见问题](https://github.com/SpiderClub/weibospider/wiki/%E9%A1%B9%E7%9B%AE%E4%BD%BF%E7%94%A8%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)?

1.你是怎么操作的? 一台机器上默认开启所有任务。 celery -A tasks.workers worker -l info -c 1 2.你期望的结果是什么? 转推所有相关信息,包括: 1.转推数, 2.所有转推人列表 3.转推的原作者, 4.原围脖发送时间, 5.原微博内容, 3.实际上你得到的结果是什么? 1. 执行:python3 first_task_execution/repost_first.py 得到:2020-02-28 17:32:42 - crawler - INFO - There are...

报错bug ``` [2020-03-25 19:07:12,388: ERROR/ForkPoolWorker-1] Task tasks.user.crawl_follower_fans[23f3c1fd-fc6e-4c5b-b0cc-5d5c6a9ad068] raised unexpected: TypeError('expected string or bytes-like object',) Traceback (most recent call last): File "/home/wentao/programming/weibospider/WeiboSpider/lib/python3.6/site-packages/celery/app/trace.py", line 382, in trace_task R = retval = fun(*args,...

help wanted

2.你期望的结果是什么? 一台机器同时搜索多个关键词,同时把结果写入数据库 用什么方法比好呢? 3.实际上你得到的结果是什么? 一个词搜完再搜另一个 4.你使用的是哪个版本的WeiboSpider? 你的操作系统是什么?是否有读本项目的[常见问题](https://github.com/SpiderClub/weibospider/wiki/%E9%A1%B9%E7%9B%AE%E4%BD%BF%E7%94%A8%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)?

In the original paper: section 3.5 `PEpos+k can be represented as a linear function of PEpos.` How to prove that?

系统:2块GTX1080Ti,UBUNTU16.04,PYTHON3.5,TENSORFLOW1.12.0 报错如下,不管哪个多GPU模型一样的错误。 Using TensorFlow backend. 2019-03-27 17:52:14.445258: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 AVX512F FMA 2019-03-27 17:52:14.521421: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1432] Found...