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
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)