kaixin96 / PANet

Code for our ICCV 2019 paper PANet: Few-Shot Image Semantic Segmentation with Prototype Alignment
320 stars 64 forks source link

sacred.utils.ConfigAddedError #7

Closed chentao2016 closed 4 years ago

chentao2016 commented 4 years ago

Thanks for your work.

I ran your code and got the following error. Could you give me some clue to solve it? sacred.utils.ConfigAddedError: Added new config entry that is not used anywhere Conflicting configuration values: model.sparse=False

kaixin96 commented 4 years ago

Hi @chentao2016, it is an error in sacred. Deleting model.sparse=False from the sh script should work.

I forgot to remove this redundant args. Will update the repo soon.