jianmanLin

Results 3 issues of jianmanLin

elif cond_class == "audio": if self.cond_stage_forward is None: bs = c.shape[0] # 20 c = c.reshape(-1,16,29) # [20, 16, 29] c = self.cond_stage_model_for_audio(c) # [20, 64] c = c.reshape(bs, 8,...

Thanks to the author for sharing. I have a concern, which loss function is used in the model. I only found MSE loss in the code. If the author sees...

hello friends Has anyone successfully reproduced this paper? I encountered some difficulties in the process of reproducing the paper, and I directly used the model parameters provided by the author....