Deprecated code in dependencies #989
-
|
When training a model, typical warnings about deprecated code are shown below: What should we do in such cases ?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Referring to the answers given in the first Coqui-TTS online meeting, my understanding concerning deprecated code is the following : As a simple user we can ignore these warnings. If the behavior of an imported function into Coqui-TTS will change in an upcoming version of the related dependency, the maintainers of Coqui-TTS will take care of it. A contributor who updates and tests himself the concerned Coqui-TTS Python script and asks for a pull request is always welcome |
Beta Was this translation helpful? Give feedback.
Referring to the answers given in the first Coqui-TTS online meeting, my understanding concerning deprecated code is the following :
As a simple user we can ignore these warnings.
If the behavior of an imported function into Coqui-TTS will change in an upcoming version of the related dependency, the maintainers of Coqui-TTS will take care of it.
A contributor who updates and tests himself the concerned Coqui-TTS Python script and asks for a pull request is always welcome