roycezjq
Results
2
issues of
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)`
Hi, what's the license of the dataset? Does the MIT license also cover the dataset? Thanks