Skip to content

[FastSpeech2] Error logging should have better formatting #288

@roedoejet

Description

@roedoejet

As of EveryVoiceTTS/FastSpeech2_lightning#20, error messages were changed to print statements, but pending a longer discussion of whether to use print statements or logger.error, these should be more visible. We will have a conversation about this in the future, but for this to work, we need to implement the following:

  • we need to improve the formatting so that it is obvious that what is printed is an error
  • these changes need to be made across the entire EV repo so that we don’t have multiple different ways that we handle error messages
  • we should have this formatting method for error messages factored out somewhere so that we can easily manipulate the format of error messages without having to do it in a bunch of different place.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions