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 think it would be great if coqpit checked the type of default parameters.
In this commit, we fix a problem we had with coqui-TTS, where the value inside of the config was silently set to 0 (int part of the value) because the type was wrongly set to int instead of float. Edresson/Coqui-TTS@fe5da49
It would have been nice to have a warning saying that the default value parsed was rounded.
The text was updated successfully, but these errors were encountered:
I think it would be great if coqpit checked the type of default parameters.
In this commit, we fix a problem we had with coqui-TTS, where the value inside of the config was silently set to 0 (int part of the value) because the type was wrongly set to int instead of float. Edresson/Coqui-TTS@fe5da49
It would have been nice to have a warning saying that the default value parsed was rounded.
The text was updated successfully, but these errors were encountered: