ArneBinder / pytorch-ie-hydra-template-1

PyTorch-IE Hydra Template
8 stars 1 forks source link

fixes #175 default tags setting #176

Closed kai-car closed 2 months ago

kai-car commented 2 months ago

As described in the issue #175, the default tags settings in the config file extras/default.yaml expect tags to be set. If no tags are set, the user is expected to enter appropriate tags. However, this lead to confusion as the process stops and awaits the user input. For this reason, the enforce_tags variable is set to False instead of True in the config file.