Skip to content

Is the Average error for summary wrongly computed? #1

@roycezjq

Description

@roycezjq

Is there a lack of parentheses in the 165 line of model.py:
tf.summary.scalar("Average error", self.jazz_loss+self.classical_loss/2)
should it be like:
tf.summary.scalar("Average error", (self.jazz_loss+self.classical_loss)/2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions