37 Star 70 Fork 37

Cambricon/magicmind_cloud

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
run.sh 731 Bytes
Copy Edit Raw Blame History
spendid999 authored 2023-06-07 14:21 +08:00 . refactor some networks
#!/bin/bash
set -e
set -x
magicmind_model=${1}
precision=${2}
batch_size=${3}
dynamic_shape=${4}
python gen_model.py --precision ${precision} \
--input_dims ${batch_size} 3 640 640 \
--dynamic_shape ${dynamic_shape} \
--magicmind_model ${magicmind_model} \
--image_dir ${COCO_DATASETS_PATH}/val2017 \
--pytorch_pt ${MODEL_PATH}/yolov5m_traced.pt \
--input_layout NHWC \
--computation_preference fast \
--dim_range_min 1 3 640 640 \
--dim_range_max 64 3 640 640 \
--means 0 0 0 \
--vars 65025 65025 65025
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cambricon/magicmind_cloud.git
git@gitee.com:cambricon/magicmind_cloud.git
cambricon
magicmind_cloud
magicmind_cloud
master

Search