Kamiya
Kamiya
我用了您的代码跑了您的data里的几张图片 发现会在for step, data in enumerate(data_loader['train'])这步报错,原因是 Traceback (most recent call last): File "D:/cc/segmentation_pytorch-master/main.py", line 80, in main(args) File "D:/cc/segmentation_pytorch-master/main.py", line 66, in main train(data_loader, model, optimizer, scheduler, tb_writer, param_dict, continue_epoch)...
There is a memory leak in the training code of AdaPoinTr_PCN model when I train my own model, and my training memory of more than 2200epoch can occupy about 40G+.By...
 这是我数据集格式以及组织内容,  这是我svc配置文件 但是我运行sh egs/svc/DiffComoSVC/run.sh --stage 1命令后,就报错: del_type': 'DiffComoSVC', 'inference': {'comosvc': {'inference_steps': 40}}, 'dataset_path': {'zhezong': '/root/Amphion/egs/datasets/zhezong/'}, 'log_dir': '/root/autodl-tmp/Amphion/log/comosvc/'} output_path: /root/autodl-tmp/Amphion/processed_data/comosvc/ dataset_file: /root/autodl-tmp/Amphion/processed_data/comosvc/zhezong/train.json dataset_file: /root/autodl-tmp/Amphion/processed_data/comosvc/zhezong/test.json dataset_output: /root/autodl-tmp/Amphion/processed_data/comosvc/zhezong cfg.preprocess.mel_dir: mels metadata:...
The speech file generated by cosyvoice.inference_zero_shot does not match the order of the words. The generated audio file is basically wrong. I used fastapi to encapsulate the cosyvoice.inference_zero_shot interface, but...
我在我本地电脑起了这个服务,让同网段的其他电脑访问,结果报错 ⚠ 阻止了从 192.168.151.68 到 /_next/* 资源的跨域请求。要允许这样做,请在 next.config 中配置 “allowedDevOrigins” 阅读更多: https://nextjs.org/docs/app/api-reference/config/next-config-js/allowedDevOrigins next-config-js也改了,让同网段的其他电脑访问还是不行。用uv run server.py --host 0.0.0.0 --port 8000 --reload也不行。 如何解决? https://github.com/bytedance/deer-flow/issues/203 还是没解决?