摘要:
问题描述: Could not load dynamic library 'libcusolver.so.10'; dlerror: libcusolver.so.10: cannot open shared object file: No such file or directory CUDA11 阅读全文
摘要:
ref: https://github.com/daquexian/onnx-simplifier/issues/94#issuecomment-706077511 run onnxsim with --skip-optimizer fuse_consecutive_concats example: 阅读全文
摘要:
申明:转载注明出处 https://www.cnblogs.com/wioponsen/p/14570312.html 方式一 使用torch.nn.functional.unfold def space_to_depth(in_tensor, down_scale): n, c, h, w = i 阅读全文