gandolfxu

Results 7 comments of gandolfxu

Is the following example right? ``` import librosa import numpy as np import torch import torchaudio from torch.utils.data import Dataset from tqdm import tqdm from loguru import logger from audio_diffusion_pytorch...

Can you share the source code of how to preprocess the data?

I meets the same problem. Have you resolved it?

I run successfully following this instruction. Thanks!

@trestad Another mistake of traing. fairseq-train data/lmd_processed/ \ --arch transformer_lm --task language_modeling \ --decoder-attention-heads 4 --decoder-embed-dim 256 \ --decoder-input-dim 256 --decoder-output-dim 256 \ --decoder-layers 4 --update-freq 1 --optimizer adam \...

train: 21332/108590 (19.64%) midi files successfully processed valid: 93/1109 (8.39%) midi files successfully processed test: 74/1114 (6.64%) midi files successfully processed I find that the number of midi data for...

@Stardust-minus 预计什么时候出正式版?