-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Based on this code here:
diart/src/diart/blocks/diarization.py
Line 50 in 392d53a
| self._duration = duration |
it seems that attributes like duration and etc. are initialized with an "_" before their name.
This raised an issue here:
Line 111 in 392d53a
| config = self.base_config.__class__(**trial_config) |
SpeakerDiarizationConfig class does not contain any _latency or _duration argument in its __init__ method.
Thus, always the default values of all the arguments with "_" before their name is going to be used in the tuning phase, even if we pass --duration 10 and etc.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working