MTG / WGANSing

Multi-voice singing voice synthesis
235 stars 44 forks source link

Syntax Error #42

Open dillfrescott opened 2 years ago

dillfrescott commented 2 years ago

File "main.py", line 121 self.final_loss = tf.reduce_sum(tf.abs(self.output_placeholder- (self.output/2+0.5)))/(config.batch_sizeconfig.max_phr_len64) * config.lambda + tf.reduce_mean(self.D_fake+1e-12) ^ SyntaxError: invalid syntax