-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
training failure - how to fix it? #70
Comments
I am excited that you are trying to reproduce the results! It is indeed quite unexpected that this training is failing, considering our plots look quite similar to yours but do produce movement (see attached). By "no movement", do you mean that generated movement gifs are static? Or do not look like the training data? In response to your additional comments:
|
Something bizarre is definitely happening! I agree that it seems to be an issue with the labels. To check, you could try training with only one label given to all the labeled sequences (just replace the file with a single-valued array for example, or manually set the label to be 0.) That would avoid having to change input data size. If the training still fails, I would try performing a hyperparameter sweep to see if you see different results with different settings. |
thanks for a hint!
so, could you please explain the logics behind labels control & processing a bit more? |
we have attempted to reproduce your results by training the models from scratch with provided data and settings (
pirounet_dance
,pirounet_watch
, and the commented hyperparams in thedefault_config.py
). unfortunately, we didn't succeed: generations from the trained models were far from the shown examples (that is, no movements, random point cloud in the latent space, etc.). we would greatly appreciate any advice on how to reach proper results with your inputs, before going further with our data.loss plots from the training looked like this:
do you get different picture when running the published code on your side?
more comments:
default_config.py
for training, there's an error aboutlabels_train_true
(which is not used further); should it be renamed tolabels_train
(which is needed fortrain.run_train_dgm
)?The text was updated successfully, but these errors were encountered: