pieterwolfert / co-speech-humanoids

Co-Speech Gesture Generation for Humanoid Robots
13 stars 3 forks source link

Weight Matrix not loading in inference.py #7

Open ghazanPK opened 4 years ago

ghazanPK commented 4 years ago

In inference.py the weight matrix is not loading the data: https://github.com/pieterwolfert/co-speech-humanoids/blob/7266c8c865ba02bf953e7d205d92c51b5d354418/inference.py#L122-L123

One workaround to load the weight matrix is to call "dl.getTrainingData()" before line 122.