sundekai
Results
1
issues of
sundekai
help
18
请问数据处理后是这样么 data shape:(3200000000,) features shape:(180000000,) 这样执行下去代码会报错: Traceback (most recent call last): File "/Users/bytedance/Desktop/mywork/lpcnet/main.py", line 33, in dataloader = get_data(pcm_file, feature_file) File "/Users/bytedance/Desktop/mywork/lpcnet/utils.py", line 30, in get_data **features = np.reshape(features, (nb_frames*feature_chunk_size,...