oravus / SeqMatchNet

Code for the CoRL 2021 paper "SeqMatchNet: Contrastive Learning with Sequence Matching for Place Recognition \& Relocalization"
MIT License
56 stars 3 forks source link

fix: restoring saved flags error and resuming wandb session in test mode disabled #3

Closed alexmelekhin closed 1 year ago

alexmelekhin commented 2 years ago
oravus commented 1 year ago

Hi @metra4ok, thanks for the PR. I found the root cause of this, which is now fixed through this commit. Your solution would have worked too but args such as outdims better be restored through the model when testing.

oravus commented 1 year ago

Have included your suggestion for wandb resume anyway, thanks again @metra4ok.