HQ-LV

Results 5 issues of HQ-LV

您好 请问这个代码可以爬微博超话下 每条博文的图文吗 ? 谢谢

Hello! If I want the feature_dimension in the output of `gwnet` in `model.py` to be 2 (the default feature_dimension=1 in the source code), how should I modify the `gwnet` part?...

Thank you for sharing the code. I have a question about `test_model.py`. Why, in `test_model.py`, is testing done first on the test set of the target city (line28-39) and then...

感谢代码开源~ 关于sagnn模型的sector划分,我有如下问题想请教一下: `PaddleSpatial/paddlespatial/networks/sagnn.py`的`def get_subgraphs(self, g)`中,` sec_ind = int(angle / (np.pi / self.num_sectors)) `(第115行)是什么含义呢? 我理解的`self.num_sectors`是将一个**整圆**均分为`self.num_sectors`个扇区,但是`(np.pi / self.num_sectors)`只是将一个**半圆**分成了`self.num_sectors`个扇区。 期待您的解答~

Thanks for this repository! I want to know how to install the module "cityImage", i use "python setup.py install" but failed. And when i import this module in its root...