PeizhuoLi / ganimator

A motion generation model learned from a single example [SIGGRAPH 2022]
Other
383 stars 46 forks source link

after trained a regular generator on my own bvh file, and continue to train the conditional generator, meet the follow error #13

Closed visonpon closed 1 year ago

visonpon commented 1 year ago

Hi, Peizhou, I meet some errors like below.

First, gen.load_state_dict(gen_state) got missing keys in state_dict, and I add strict=False to solve it.

Second, after trained the regular generator, I try to train the conditonal generator follow your example, got the Exception error in gan1d.py that said : condition is required for condition generator.