-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Dear Prof. Wong. Thanks for providing such wonderful project!
I encounted some problems when I tried to reproduce pretrained_models from scratch by myself.
I found that train_models (depth_model.pth is about 62.2 MB and pose_model.pth is about 48.2 MB) training by myself are smaller than pretrained_models (modi-kitti.pth is about 94.1 MB, posenet-kitti.pth is about 89.0 MB).
After analysing these models, I realized that the network frameworks are same in these models and the only difference between pretrained_models and train_models is "optimizer_state_dict" in models.
Pretrained_models from Model Zoo:

Train_models training from scratch by myself:

The training script is as follow:
training_script.txt
Could I trouble you to help me to understand the size inconsistency. I will appreciate any suggestions or tips on how to reproduce the pretrained_models.
Kind regards.