Jiachen Lian

Results 11 issues of Jiachen Lian

I just run a demo program, in which I would love to perform on these data: ![image](https://user-images.githubusercontent.com/61141271/82682320-134cb400-9c1d-11ea-82c2-231d03d5d683.png) Actually, blue points are real data(x) while red points are z. The prior...

`` def forward(self, inputs): # convert inputs from BCHW -> BHWC inputs = inputs.permute(0, 2, 3, 1).contiguous() input_shape = inputs.shape # Flatten input flat_input = inputs.view(-1, self._embedding_dim) `` My unders...

It is 00048.txt instead. Is there anything wrong with the dataset?

Most of video-audio pairs are not synchronized so they are ignored. But you mentioned there should be 1000k+ lines?

For the command:ffmpeg -y -i %s -qscale:v 2 -async 1 -r 25 %s you set the fps to 25. But what if the original video's fps is not 25? Does...

I think generation code should be different: meaning, no softmax and we dont need to generate pixel by pixel?

To generate an image, why the intitial sample is zero? If they are zeros, they will always be zero?