px2graph
px2graph copied to clipboard
why should use munkres-tensorflow
hello,I am a beginner of this region.I dont know why should we use munkres-tensorflow. And,I can't download the pretrained model now,may be the superlink is dead.
Hi,
There's an operation in this code which requires doing a matching step with the Hungarian method. munkres-tensorflow provides an efficient implementation of that operation so it allows the code to run much faster.
The links for the pretrained models still seem to work for me?
hi, anewell, does this munkres-tensorflow calculate the gradient op? in my view, this so. file only calculates the Forward propagation result, but does not get the backward propagation result, so how did u use this package to optimize the loss?
thanks a lot!
meng
hi, anewell, does this munkres-tensorflow calculate the gradient op? in my view, this so. file only calculates the Forward propagation result, but does not get the backward propagation result, so how did u use this package to optimize the loss?
thanks a lot!
meng
hi, ai-meng,
Did you find a way to calculate the gradient?