Ruizhe Zhong
Ruizhe Zhong
想知道有什么方法可以将生成的melody文件转换为可以播放的文件,比如midi
- My GPU is RTX 2080 Ti and cuda is 11.0, when running `make` it raised `nvcc fatal : Unsupported gpu architecture 'compute_86'` - I try to set `cmake -DCMAKE_CUDA_FLAGS=-gencode=arch=compute_60,code=sm_60`...
- 如果推理训练时候用到的验证集,可以保留没用到的columns ```bash # use validation set in training settings swift infer \ --model $model \ --load_data_args true \ --max_batch_size $max_batch_size \ --dataset_num_proc $NPROC_PER_NODE \ 2>&1 | tee $localhost_ip.infer.log ```...