You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
zhangximing 3d3636df5d add 310 Inference of Auto-DeepLab 2 years ago
ascend310_infer add 310 Inference of Auto-DeepLab 2 years ago
scripts add 910 Implementation of Auto-DeepLab 2 years ago
src add 910 Implementation of Auto-DeepLab 2 years ago
README.md add 910 Implementation of Auto-DeepLab 2 years ago
build_mindrecord.py add 910 Implementation of Auto-DeepLab 2 years ago
eval.py add 910 Implementation of Auto-DeepLab 2 years ago
export.py add 910 Implementation of Auto-DeepLab 2 years ago
postprocess.py add 310 Inference of Auto-DeepLab 2 years ago
requirements.txt add 910 Implementation of Auto-DeepLab 2 years ago
train.py add 910 Implementation of Auto-DeepLab 2 years ago

Auto-DeepLab 的 MindSpore 实现: Auto-DeepLab 在DeepLabV3,DeepLabV3+的基础上,复用它们的ASPP模块和Decoder;对于encoder部分,受DART的启发,作者基于可微分的NAS创造性地设计了Cell级别和Network级的搜索空间进行encoder的结构搜索,最后使用Viterbi算法解码搜索到的encoder。

Python C++ Shell Text