Skip to content

Config files: Missing key pretrained_model_path

There seems to something wrong/inconsistent with the config files. I edited the 'train_halle.yaml' to change the directories to my settings.

The using predict(image_path=files, config_path = "/path/to/my/train_halle_edited.yaml") gives me the ConfigKeyError: Missing key pretrained_model_path error

I then checked the other configs and found the pretrained_model_path key, which then worked. But this gives the next key error: ConfigAttributeError: Missing key apply_sigmoid

So it seems there are some things mixed up in the different configs?