px2graph
px2graph copied to clipboard
Questions about training details
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 ?