T
T
> How do we delete the cache file? There is a cache folder under the dataset directory. It contains .pkl files.
> @Terizian, Could you describe the details such as statistics of 100 runs? The analysis for CPU and GPU utilizations needs to be more sophisticated. @taehoonlee Thanks for your response....
Not at all! However, I tried some other options before and this was the only one that managed to run for me. Do you recommend other frameworks?
I'm not exactly certain but I'll try it out and let you know if it improves on the time :) thanks a lot!
The model I'm running has opset 6 so I tried upgrading it using the Python tutorial. Here's the code I tried: ``` import onnx from onnx import version_converter, helper onnx_path...
Apologies for the mistake, I was trying several versions. I have updated my earlier post with the error.
Personally, I am not too picky with the framework used as long as it's light and fast for a production environment. I'll take your suggestion and post there. Thanks a...
> @Terizian the code shows version 7 but the output shows version 8. is the output from the right run? > > @houseroad I believe you worked on the version...
> any feedback @Terizian ? Hi there, thanks for your suggestion. I won't be able to try until next week. I'll let you know as soon as I can