Amy

Results 5 issues of Amy

ModuleNotFoundError: No module named 'tensorflow.contrib' 我装的事tf2.0,貌似你用的是老版本的,但是不应该有这个问题。

上千万上亿的样本的话几乎不可行啊,

```` posts = selector.xpath('//div[@class="articleh normal_post"]') # + selector.xpath('//div[@class="articleh odd"]') for index, post in enumerate(posts): link = post.xpath('span[@class="l3 a3"]/a/@href').extract() if link: if link[0].startswith('/'): link = "http://guba.eastmoney.com/" + link[0][1:] else: link =...