Chen Wei
Results
2
comments of
Chen Wei
This is weird. Did you set --decom=1 in the "test" phase? Actually I believe the code is very easy to read. You can find the details about saving decomposed results...
Hi, sorry for the late reply. _hungarian.so_ is an op library for TensorFlow, which can fast solve the max-cost max-matching problem by the Hungarian algorithm. The implementation is borrowed from...