在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):MG2033/MobileNet-V2开源软件地址(OpenSource Url):https://github.com/MG2033/MobileNet-V2开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):MobileNet-V2An implementation of Link to the original paper: Inverted Residuals and Linear Bottlenecks: Mobile Networks for Classification, Detection and Segmentation This implementation was made to be an example of a common deep learning software architecture. It's simple and designed to be very modular. All of the components needed for training and visualization are added. Inverted Residuals with Linear BottlenecksUsageThis project uses Python 3.5.3 and PyTorch 0.3. Main Dependencies
Install dependencies: pip install -r requirements.txt Train and Test
Run
ExperimentsDue to the lack of computational power. I trained on CIFAR-10 dataset as an example to prove correctness, and was able to achieve test top1-accuracy of 90.9%. Tensorboard VisualizationTensorboard is integrated with the project using You can start it using: tensorboard --logdir experimenets/<config-name>/summaries These are the learning curves for the CIFAR-10 experiment. TODOMeasuring FLOPS on this architecture to compare with other realtime architectures. PyTorch doesn't have a profiler like TensorFlow's. So, I'll be working on measuring FLOPS on my own. LicenseThis project is licensed under the Apache License 2.0 - see the LICENSE file for details. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论