提交__init__文件,和网络文件

This commit is contained in:
zhanghuan
2025-09-10 15:35:41 +08:00
parent 97401e908a
commit d9057edbd9
4 changed files with 97 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
"""
食物分类网络模型包
"""
from .food_net import FoodCNN, create_food_cnn
__all__ = ['FoodCNN', 'create_food_cnn']