Open carlosholivan opened 4 years ago
IIRC I had that error, too. It's not related to the maps set but rather a change in the function signature of pprint._safe_repr
which seems to expect another argument at the end ( i think i set this to True
and it worked)
I also used sacred version 0.7.4. It seems that that version is not compatible with python 3.8, which added the sort_dicts
argument. Sacred might have fixed the issue in their newer versions but their README doesn't list python 3.7 as of version 0.8.1. Can you try with Python 3.7?
I'm trying to train the model with MAPS dataset with the command:
and
But I got the following error:
I installed the dependencies with:
I checked the version of sacred and it's 0.7.4