video_autoencoder icon indicating copy to clipboard operation
video_autoencoder copied to clipboard

Not following the original training target?

Open PipaFlores opened this issue 4 months ago • 0 comments

In the original paper, the composite model has two aims. First, to reconstruct the input, which is correctly implemented here (i guess). Second, to predict the following timesteps. The training is using backprop in both objectives, defined by two different losses.

PipaFlores avatar Aug 12 '25 11:08 PipaFlores