Wang, Mengni

Results 41 comments of Wang, Mengni

Hi, could you provide your launcher codes and installed pkg to help locate problems?

Do you install onnxruntime-extensions?

Sorry for my late reply, could you paste your error info? I try your script and it shows INC can detect model correctly but the input format is incorrect. ![image](https://user-images.githubusercontent.com/65003808/180907828-6b89dada-31ae-4aa8-b5c9-5911e46f9395.png)

This bug is caused by inference time collection. Since you don't provide eval_func or eval_dataloader+metric, it generates a fake eval_func automatically and it seems to jump in and jump out...

> ![image](https://user-images.githubusercontent.com/42489745/91732413-2a6b4c80-ebe3-11ea-8a3f-157a7a03feb0.png) > ![image](https://user-images.githubusercontent.com/42489745/91732505-48d14800-ebe3-11ea-89b3-f9755c4f5ce1.png) > When I tried to execute evaluate.py, I've got error "Unsuccessful TensorSliceReader constructor: Failed to find any matching files for saved_model/" Why is this happening? same...

> No... not yet.. 2020년 9월 9일 (수) 오전 12:31, mengniwang95 님이 작성: > […](#) > [image: image] [image: image] When I tried to execute evaluate.py, I've got error "Unsuccessful...

> Don't understand it.. Can you capture the modified part and show me? 2020년 9월 9일 (수) 오전 12:35, mengniwang95 님이 작성: > […](#) > No... not yet.. 2020년 9월...

I found there are about 11 models without accuracy or preprocess details in cv category. For those models without preprocess details, if I use some typical preprocess but get different...

update model list which misses preprocess/postprocess details: https://github.com/onnx/models/tree/main/vision/classification/rcnn_ilsvrc13 https://github.com/onnx/models/tree/main/vision/classification/inception_and_googlenet/inception_v2 https://github.com/onnx/models/tree/main/vision/object_detection_segmentation/tiny-yolov2 https://github.com/onnx/models/tree/main/vision/object_detection_segmentation/yolov2-coco https://github.com/onnx/models/tree/main/vision/body_analysis/ultraface https://github.com/onnx/models/tree/main/text/machine_comprehension/gpt-2