qurator-spk / sbb_pixelwise_segmentation

Pixelwise segmentation for document images
Apache License 2.0
10 stars 10 forks source link

No module named 'sacred' #3

Closed ghost closed 4 years ago

ghost commented 4 years ago

@vahidrezanezhad When running train.py, getting error:

(sbb) home@home-desktop:~/p9/sbb_pixelwise_segmentation-master$ python train.py ./sample_data_and_gt/sample_data_textline/config_params.json 
Using TensorFlow backend.
Traceback (most recent call last):
  File "train.py", line 7, in <module>
    from sacred import Experiment
ModuleNotFoundError: No module named 'sacred'
vahidrezanezhad commented 4 years ago

pip install sacred

ghost commented 4 years ago

:sunglasses: Lets forget that this ever happened

xixihahaomeg commented 7 months ago

So, if I've got 'pip install sacred', why the warning still maintain?