px2graph icon indicating copy to clipboard operation
px2graph copied to clipboard

Questions about training details

Open KaihuaTang opened this issue 7 years ago • 0 comments

I've noticed that in your model.hg " #cnv = layers.res_block cnv = lambda x,y: layers.cnv(x,y,3) " So does it mean that in your px2graph network, the hourglass structure uses a single conv to replace res_block and it improves the performance ?

KaihuaTang avatar Apr 23 '18 05:04 KaihuaTang