Closed dreamofuture closed 4 months ago
Really appreciate your findings, we did mis-process the tensor shape in PEG, the code has been updated and will update the checkpoints afterwards. As you mention, q_stride is not used in our code, I remove it to avoid the misunderstanding.
Feel sorry for the confusion, will temporarily roll back to the training code to obtain better reconstruction results.
thanks for your attention to this problem, but seems not solved completely after your correction. Peg->forward->return x.reshape(orig_shape): x.shape is [B, THW, C], but orig_shape is [BHW, T, C] or [BT, HW, C] I fixed locally and the provided models works almost ok, but the vieo-reconstructed-result is incoherent, are these models need retrain ?
and two other problems: