You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the trouble. I haven't verify this resuming feature yet. It seems that there are some random weights after initialization. Make sure the new weights are initialized as zeros. In addition, if there are some "unexpected" weights when loading the checkpoint, make sure all of them are remapped to "missing" weights. It can be realized by renaming the keys in the state dictionary and loading the dictionary to the model again.
@Little-Podi Hi,I want to make sure your words mean that we need to change the code to set the missing keys initialized as zeros in this case? As when I set these missing keys's value to zero, the samples_mp4_epoch00_batch0000_step000001.mp4 is still in that strange form
Hello, Thanks for your sharing code!
I am now try to train the stage 2 with the provided vista.safetensors
So I change the command to below:
But there are lots of missing keys like:
And the loss, in my expectation, should be low, which is not true in my observation:
I download the sampled video "samples_mp4_epoch00_batch0000_step000001.mp4":
samples_mp4_epoch00_batch0000_step000001.mp4
What should I do to use the provided weight to start the phase 2 stage 2 traning?
The text was updated successfully, but these errors were encountered: