Open ghazanPK opened 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.
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.