v0.5.4 - Version ValueError: Value 'EMB_GRU_SKIP_ENC' not found in config (defaults not allowed). #421
Closed as not planned
Closed as not planned
Description
Getting this error with v0.5.4.
Traceback (most recent call last):
# ...
File "df\enhance.py", line 159, in init_df
p = ModelParams()
File "df\model.py", line 12, in __init__
self.__params = getattr(import_module("df." + self.__model), "ModelParams")()
File "df\deepfilternet3.py", line 55, in __init__
self.emb_gru_skip_enc: str = config(
File "df\config.py", line 136, in __call__
raise ValueError(f"Value '{option}' not found in config (defaults not allowed).")
ValueError: Value 'EMB_GRU_SKIP_ENC' not found in config (defaults not allowed).
Tried to delete the cached model in case the config.ini is missing something and its not downloading the new one automatically, but it downloaded the same and error still persists.