Tian, Feng
Tian, Feng
same problem. nobody complains it?:(
thanks for the feedback. we will take a look on that
thanks for raising such an issue. INC supports Pad + conv fusion. The problem is if the pad op’s tensor value is not all 0, it may trigger TensorFlow int8...
could you pls paste the whole log? As you specified the metric and eval_dataloader, neural compressor should construct the evaluation process in internal. the duration should not be 0. but...
@datumbox many thanks for raising this. we will have a check on that and get back to you asap
thanks for the reminder, we will merge this update to next release.
@MinhazPalasara @matt-ny I just reviewed the fix. I have a question about it: the default pair values in the vector are all 0. why using .at() has problem? for example:...
Thanks for your elaboration, the idx 0 is used wrongly with original code. I will merge your fix to our repo.
@matt-ny this fix would make unit test fail. you can reproduce it by "cmake .. && make test.testbin && ./test/test.testbin --gtest_filter=\*NMS\*".
I think I have known what happened after debugging. we combined vector push_back() with openmp parallel for primitive without protect, it will bring issue at line 2266.(or wrong value or...