在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Randl/MobileNetV3-pytorch开源软件地址(OpenSource Url):https://github.com/Randl/MobileNetV3-pytorch开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):MobileNetV3 in PyTorchAn implementation of UsageClone the repo: git clone https://github.com/Randl/MobileNetV3-pytorch
pip install -r requirements.txt Use the model defined in python3 -m torch.distributed.launch --nproc_per_node=8 imagenet.py --dataroot "/path/to/imagenet/" --sched clr -b 128 --seed 42 --world-size 8 --sync-bn``` To continue training from checkpoint python imagenet.py --dataroot "/path/to/imagenet/" --resume "/path/to/checkpoint/folder" ResultsWIP
Inference time is for single 1080 ti per batch of 128. You can test it with python imagenet.py --dataroot "/path/to/imagenet/" --resume "results/mobilenetv3large-v1/model_best0.pth.tar" -e Other implementations
Code used
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论