The Wayback Machine - https://web.archive.org/web/20210801010847/https://github.com/topics/siamese-network
Skip to content
#

siamese-network

Here are 258 public repositories matching this topic...

ZhiyuanChen
ZhiyuanChen commented Jul 21, 2020

Well #77 didn't work for me while resuming from checkpoint_18.pth. The problem is when we resume, the model and optimizer passed in the restore_from function are suitable for epoch less than 10 (till backbone is not training) because the cfg.TRAIN.START_EPOCH is 0 (passed in build_opt_lr function just before restore_from) initially so this mismatches the optimizer after backbone start training. So

Improve this page

Add a description, image, and links to the siamese-network topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the siamese-network topic, visit your repo's landing page and select "manage topics."

Learn more