Open tuantuanyyyy opened 1 month ago
i search issue and find someone said that with ENABLE_CUDA_KERNEL(): with ENABLE_CUDA_KERNEL():
can be try to deleted.
but also get a new error:
Traceback (most recent call last): File "/root/liq/ppq_quantize/ppq_quantization.py", line 98, in
quantized = quantize_native_model( File "/root/liq/fde/lib/python3.10/site-packages/ppq/core/defs.py", line 54, in _wrapper return func(*args, **kwargs) File "/root/liq/fde/lib/python3.10/site-packages/ppq/api/interface.py", line 518, in quantize_native_model ppq_ir = dispatch_graph(graph=model, platform=platform, File "/root/liq/fde/lib/python3.10/site-packages/ppq/api/interface.py", line 675, in dispatch_graph dispatching_table = dispatcher.dispatch( File "/root/liq/fde/lib/python3.10/site-packages/ppq/scheduler/dispatchers.py", line 199, in dispatch recivers, generators = SOI_receivers(graph), SOI_generators(graph) File "/root/liq/fde/lib/python3.10/site-packages/ppq/scheduler/base.py", line 63, in SOI_receivers for idx, plat in enumerate(operation.socket.in_plat): File "/root/liq/fde/lib/python3.10/site-packages/ppq/IR/base/graph.py", line 172, in socket return DEFAULT_SOCKET_TABLEself.type File "/root/liq/fde/lib/python3.10/site-packages/ppq/IR/base/opdef.py", line 307, in Resize_Socket CHECK_OPSET(op=op, min_version_supported=10, max_version_supported=13, strict_check=True) File "/root/liq/fde/lib/python3.10/site-packages/ppq/IR/base/opdef.py", line 191, in CHECK_OPSET raise TypeError( TypeError: opset version is not supported, can not generate dispatching scheme with op /model.10/Resize(Resize), currently we support only [(10, 13)], however 16 was given.
i want to know how can i try to solve this problem thanks you.
hi, i tried to debug the code Entrance_1.py according to the idea in the this video https://www.bilibili.com/video/BV1934y147p2/?spm_id_from=333.788.videopod.sections&vd_source=c276bd4c8dbb36d81805cd3ae2fc2946 but i have some errors blow:
my gpu is rtx3090. what cause this bug?thank you for your attention to my problem.