We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can someone please help in telling me how can I get the number of parameters used in the network.
I am training "mobileNetv1-SSDLite" as it started training from scratch(Training base network also).
Command used to train "MobileNetV1-SSDLite"
python train_ssd.py --datasets D:/DataSets/VOCdevkit/VOC2007 D:/DataSets/VOCdevkit/VOC2012 --validation_dataset D:/DataSets/VOCdevkit/VOC2007 --net mb1-ssd-lite --batch_size 24 --num_epochs 200 --scheduler cosine --lr 0.01 --t_max 200
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can someone please help in telling me how can I get the number of parameters used in the network.
I am training "mobileNetv1-SSDLite" as it started training from scratch(Training base network also).
Command used to train "MobileNetV1-SSDLite"
python train_ssd.py --datasets D:/DataSets/VOCdevkit/VOC2007 D:/DataSets/VOCdevkit/VOC2012 --validation_dataset D:/DataSets/VOCdevkit/VOC2007 --net mb1-ssd-lite --batch_size 24 --num_epochs 200 --scheduler cosine --lr 0.01 --t_max 200
The text was updated successfully, but these errors were encountered: