weida wang

Results 65 comments of weida wang
trafficstars

I realize some bugs in above code, then I modify to : ``` import onnx onnx_path = r"model.onnx" onnx_model = onnx.load(onnx_path) graph = onnx_model.graph # TODO: change input channel from...

I notice this python script : https://github.com/onnx/onnx/blob/main/onnx/tools/update_model_dims.py Then i use following code to apply this python script: ```python if __name__ == "__main__": model_path = r"model.onnx" model = onnx.load(model_path) input_dims =...

To support other print function like loguru logger or logging logger, there are two methods: 1. Allow user to define customized print function in extension settings, the default setting is...

The version 0.2.0 has adopted the second method, you can give it a try.

Hi, @ioslide , the version 0.3.0 has adopted the first method, you can go to the setting, change the print funtion to `logger.debug` like: ![image](https://github.com/wwdok/Quick-Python-Print/assets/43233772/e0e6888c-7516-4fb2-ace7-5f9982e4f2a2)

这个问题似乎是windows才有的问题,我在ubuntu上重新做了一遍就没有这个报错

和这个issue一样 https://github.com/Tencent/TNN/issues/1216 ,报错码都是24581

You can try this: Press Ctrl+P and type in >Open Keyboard Shortcuts. Search `quick-python-print` in the textbox, then you should see this: ![image](https://github.com/wwdok/Quick-Python-Print/assets/43233772/e71f8a9b-e2e7-416c-b20f-64b8433b8e44) double click the keybinding you want to...

This is really weird, I changed the ctrl+shift+L to ctrl+alt+K to mimic your behaviour, and put the cursor at the end of line, press ctrl+alt+k, I got normal result, please...

我是什么报错都没有就闪退了,只有两行看起来没啥用处地输出: Connected to the target VM, address: 'localhost:8601', transport: 'socket' Disconnected from the target VM, address: 'localhost:8601', transport: 'socket' 我是下载完直接build install的,请问在此之前还需要动什么地方吗