首页/下载资源/人工智能/mlir从onnx和pytorch分别转过来

ZIPmlir从onnx和pytorch分别转过来

weixin_520199904.53MB需要积分:1

资源文件列表:

lmy.zip 大约有33个文件
  1. lmy/
  2. lmy/onnx_mlir/
  3. lmy/onnx_mlir/2024-12-16 17-18-03屏幕截图.png 14.67KB
  4. lmy/onnx_mlir/2024-12-16 17-42-28屏幕截图.png 37.1KB
  5. lmy/onnx_mlir/2024-12-16 17-41-10屏幕截图.png 52.09KB
  6. lmy/onnx_mlir/onnx-mlir.txt 555B
  7. lmy/onnx_mlir/2024-12-16 15-48-21屏幕截图.png 82.32KB
  8. lmy/onnx_mlir/2024-12-16 17-41-57屏幕截图.png 59.47KB
  9. lmy/onnx_mlir/2024-12-16 17-39-47屏幕截图.png 20.9KB
  10. lmy/onnx_mlir/2024-12-25 15-03-41屏幕截图.png 39.19KB
  11. lmy/onnx_mlir/2024-12-25 14-29-18屏幕截图.png 29.97KB
  12. lmy/onnx_mlir/2024-12-25 14-28-11屏幕截图.png 36.75KB
  13. lmy/onnx_mlir/2024-12-25 14-29-53屏幕截图.png 64.3KB
  14. lmy/onnx_mlir/add.onnx 117B
  15. lmy/onnx_mlir/add.onnx.mlir 573B
  16. lmy/torch_mlir/
  17. lmy/torch_mlir/2024-12-25 10-47-33屏幕截图.png 7.55KB
  18. lmy/torch_mlir/2024-12-23 09-20-32屏幕截图.png 121.67KB
  19. lmy/torch_mlir/2024-12-23 11-40-09屏幕截图.png 33.6KB
  20. lmy/torch_mlir/2024-12-25 13-50-34屏幕截图.png 520.35KB
  21. lmy/torch_mlir/2024-12-24 16-24-55屏幕截图.png 17.22KB
  22. lmy/torch_mlir/2024-12-25 15-07-56屏幕截图.png 7.58KB
  23. lmy/torch_mlir/2024-12-25 08-32-18屏幕截图.png 8.61KB
  24. lmy/torch_mlir/2024-12-25 10-51-05屏幕截图.png 73.12KB
  25. lmy/torch_mlir/2024-12-25 10-47-07屏幕截图.png 30.25KB
  26. lmy/torch_mlir/2024-12-25 10-51-36屏幕截图.png 75.1KB
  27. lmy/torch_mlir/2024-12-25 13-46-12屏幕截图.png 479.97KB
  28. lmy/torch_mlir/2024-12-25 15-27-06屏幕截图.png 76.16KB
  29. lmy/torch_mlir/2024-12-25 15-08-14屏幕截图.png 52.99KB
  30. lmy/torch_mlir/model_my.onnx 945.53KB
  31. lmy/torch_mlir/model_my.mlir 2MB
  32. lmy/torch_mlir/model_my.pt 957.39KB
  33. lmy/torch_mlir/torch_mlir_test.py 4.46KB

资源介绍:

mlir从onnx和pytorch分别转过来
tar -zxvf cmake-3.24.2.tar.gz cd cmake-3.24.2/ ./bootstrap --prefix=/opt/cmake-3.24.2 make -j$(nproc) sudo make install sudo nano ~/.bashrc 之前的版本是3.6.0,版本太低 PROTOC_ZIP=protoc-3.14.0-linux-x86_64.zip curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/$PROTOC_ZIP sudo unzip -o $PROTOC_ZIP -d /usr/local/bin/protoc sudo protoc --version 3.14.0 rm -f $PROTOC_ZIP sudo apt install openjdk-11-jdk java -version sudo nano ~/.bashrc 指令:./onnx-mlir --EmitONNXIR bevdet/yolov5s_no_constant_folding.onnx
100+评论
captcha