xudonghui

Results 2 issues of 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 ![1worker](https://user-images.githubusercontent.com/17673536/84870860-66961300-b0b2-11ea-8192-0bcefa1e373c.png) 10个worker ![10worker](https://user-images.githubusercontent.com/17673536/84870612-1cad2d00-b0b2-11ea-911e-092aeab1986b.png)

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...

kind/feature