server-scripts/ ├── init/ # 系统初始化脚本 │ └── system_init.sh # 系统初始化(换源、基础工具等) ├── proxy/ # 代理安装脚本 │ ├── linux/ # Linux 版本 │ │ └── install_v2ray.sh │ └── wsl/ # WSL 版本 │ └── install_v2ray.sh ├── docker/ # ...
这个 Python 脚本是用来从 ONNX 模型文件构建、分析和可视化 TensorRT 引擎的。它可以执行多个与 TensorRT 相关的操作,例如构建引擎、进行性能分析以及生成图形可视化。 About 这个 Python 脚本是用来从 ONNX 模型文件构建、分析和可视化 TensorRT 引擎的。它可以执行 ...