Closed chentao2016 closed 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
Hi @chentao2016, it is an error in sacred. Deleting model.sparse=False from the sh script should work.
sacred
model.sparse=False
sh
I forgot to remove this redundant args. Will update the repo soon.
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