-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
I'm trying to train the model with MAPS dataset with the command:
python train.py with logdir=runs/model iterations=1000000
and
python train.py
But I got the following error:
INFO - train_transcriber - Running command 'train'
INFO - train_transcriber - Started run with ID "3"
ERROR - train_transcriber - Failed after 0:00:02!
Exception originated from within Sacred.
Traceback (most recent calls):
File "/home/user/anaconda3/lib/python3.8/site-packages/sacred/commands.py", line 40, in _non_unicode_repr
repr_string, isreadable, isrecursive = pprint._safe_repr(objekt, context,
TypeError: _safe_repr() missing 1 required positional argument: 'sort_dicts'
I installed the dependencies with:
pip install -r requirements.txt
I checked the version of sacred and it's 0.7.4
Metadata
Metadata
Assignees
Labels
No labels