# mobilenetV2_tf2 **Repository Path**: h-y-95/mobilenetV2_tf2 ## Basic Information - **Project Name**: mobilenetV2_tf2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-23 - **Last Updated**: 2021-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mobilenetV2_tf2 #### 介绍 用类的方式完成mobilenetv2的结构搭建 #### 软件架构 tensorflow—gpu=2.1搭建的mobilenetv2 #### 安装教程 安装anaconda,并搭建tensorflow2.1环境 1. 安装cudatoolkit=10.1和cudnn(gpu环境) conda install cudatoolkit==10.1 cudnn 2. 安装tensorflow-gpu 2.1(豆瓣源) pip install tensorflow-gpu==2.1 -i http://pypi.doubanio.com/simple #### 使用说明 python mobilenetV2.py 可打印mobilenet的网络结构参数 #### 参与贡献 用类的方式完成mobilenetv2的结构搭建