xudonghui
xudonghui
我在使用分布式图训练时,发现log中显示的图node数随worker数变化而变化,比如100个node的图,1个worker,log显示GraphNode=100,2个worker,log显示GraphNode=50,这样是正常的吗? 看代码实现中graph_builder.cc:147处的逻辑打印出来的node数应该是所有thread之和啊,但是我这边的log看起来貌似只打印了一个worker的图加载数量,这样正常吗? 1个worker  10个worker 
I want to disable 'weight' in queue settings, only use the hard restriction 'capability'. It is straight when only have hard restriction while soft restriction makes it confused when find...