You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received the following warning and the process stopped:
[2024-08-06 09:54:28,173][src.utils.task_utils][INFO] - Enforcing tags! <cfg.extras.enforce_tags=True>
[2024-08-06 09:54:28,197][src.utils.rich_utils][WARNING] - No tags provided in config. Prompting user to input tags...
I solved this through adding the argument extras.enforce_tags=False to the initial command, as the default configuration in extras/default.yaml is True. In the end the command looks like this:
This issue is not directly related to Pegasus Bridle, but rather to the PyTorch-IE-Hydra-Template. Therefore, a new issue #175 was created in the respective repo.
I tried starting inference on a trained model on the cluster (using Pegasus Bridle wrapper) with the following command:
I received the following warning and the process stopped:
I solved this through adding the argument
extras.enforce_tags=False
to the initial command, as the default configuration inextras/default.yaml
isTrue
. In the end the command looks like this:The text was updated successfully, but these errors were encountered: