px2graph icon indicating copy to clipboard operation
px2graph copied to clipboard

why should use munkres-tensorflow

Open hanghang2333 opened this issue 6 years ago • 3 comments

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.

hanghang2333 avatar Apr 02 '18 08:04 hanghang2333

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?

anewell avatar Apr 06 '18 16:04 anewell

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

ai-meng avatar Jan 07 '19 08:01 ai-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?

codezealot avatar Apr 03 '19 03:04 codezealot