siamese-network
Here are 211 public repositories matching this topic...
-
Updated
Aug 4, 2020 - Python
-
Updated
Oct 9, 2020 - Jupyter Notebook
-
Updated
Oct 17, 2020 - Jupyter Notebook
-
Updated
Jul 16, 2020 - Jupyter Notebook
-
Updated
May 16, 2019 - MATLAB
-
Updated
Sep 25, 2020 - Python
-
Updated
Jun 19, 2019 - Python
-
Updated
Jan 14, 2020 - Python
-
Updated
Mar 8, 2019 - Python
-
Updated
Aug 5, 2019 - Python
-
Updated
Dec 5, 2018 - Python
-
Updated
Jul 22, 2019 - Jupyter Notebook
-
Updated
Dec 2, 2018 - Python
-
Updated
Apr 15, 2018 - MATLAB
-
Updated
Sep 30, 2020 - Python
-
Updated
May 14, 2020 - Jupyter Notebook
-
Updated
Feb 18, 2019 - Python
-
Updated
Oct 17, 2020 - Python
-
Updated
Feb 27, 2019 - Python
-
Updated
Jan 28, 2019 - Python
-
Updated
Mar 20, 2020 - Jupyter Notebook
-
Updated
Jul 11, 2018 - Python
-
Updated
Jul 2, 2019 - Python
-
Updated
Jun 13, 2018 - Python
-
Updated
Jun 5, 2019 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Sep 25, 2020 - Python
-
Updated
Oct 7, 2019 - Jupyter Notebook
-
Updated
Dec 4, 2018 - Python
Improve this page
Add a description, image, and links to the siamese-network topic page so that developers can more easily learn about it.
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."


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