From b1299ce9266917a153d19c5aa982eeb44239cf26 Mon Sep 17 00:00:00 2001 From: pice35408784b54431987c4d13c457b9cd Date: Wed, 25 Sep 2024 14:26:38 +0800 Subject: [PATCH] Initial commit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d38f45 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# mobilenetv3_large_100.ra_in1k + +MobileNetV3 是由 google 团队在 2019 年提出的,其原始论文为 Searching for MobileNetV3。MobileNetV3 有以下三点值得注意:1.更新 Block (bneck) +2.使用 NAS 搜索参数 (Neural Architecture Search)3.重新设计耗时层结构 + + + \ No newline at end of file