ykwd
ykwd
非常抱歉问一个可能比较低级的问题:我发现Python代码里deepwalk和node2vec都调用的是c++编译好的库libtf_euler.so里的random_walk函数,而在c++中,我看了所有的cc文件,都没有找到node2vec的实现,包括在random_walk_op.cc或者walks_ops.cc等。 能否麻烦您指示一下node2vec的实现在哪里呢?
明白啦,谢谢~
If we use generate_grid_scenario.py to generate the network and flow files, there is no tool to convert them to sumo's format to make a fair comparison. We also tried tools/converter/converter.py...
The default type of edge weight is float. So this should not be the problem. Could it be that some of the vertices in your graph don't have any outgoing...
Thanks for your very quick reply. Actually we are using c++. So is it possible to invoke libsumo inside guisim_main.cpp?
Thank you very much.
I'm not sure if it's because this is still a work in progress, but in the current PR it looks like the doc files were simply moved into the `docs`...
Another question. Will we continue to maintain `doc/zh` in the future?
> > Another question. Will we continue to maintain `doc/zh` in the future? > > I think we just retain a few necessary documents in chinese is enough. LGTM
> In fact, we only need to keep a small portion of the documents in the doc folder; the rest of the content is duplicated with that in the docs...