PaddleSpeech icon indicating copy to clipboard operation
PaddleSpeech copied to clipboard

vits训练报错

Open alittlenico opened this issue 1 year ago • 1 comments


C++ Traceback (most recent call last):

0 egr::Backward(std::vector<paddle::Tensor, std::allocatorpaddle::Tensor > const&, std::vector<paddle::Tensor, std::allocatorpaddle::Tensor > const&, bool) 1 egr::RunBackward(std::vector<paddle::Tensor, std::allocatorpaddle::Tensor > const&, std::vector<paddle::Tensor, std::allocatorpaddle::Tensor > const&, bool, bool, std::vector<paddle::Tensor, std::allocatorpaddle::Tensor > const&, bool, std::vector<paddle::Tensor, std::allocatorpaddle::Tensor > const&) 2 Conv2dGradNodeFinal::operator()(paddle::small_vector<std::vector<paddle::Tensor, std::allocatorpaddle::Tensor >, 15u>&, bool, bool) 3 paddle::experimental::conv2d_grad(paddle::Tensor const&, paddle::Tensor const&, paddle::Tensor const&, std::vector<int, std::allocator > const&, std::vector<int, std::allocator > const&, std::string const&, std::vector<int, std::allocator > const&, int, std::string const&, paddle::Tensor*, paddle::Tensor*) 4 void phi::ConvCudnnGradKernel<float, phi::GPUContext>(phi::GPUContext const&, phi::DenseTensor const&, phi::DenseTensor const&, phi::DenseTensor const&, std::vector<int, std::allocator > const&, std::vector<int, std::allocator > const&, std::string const&, std::vector<int, std::allocator > const&, int, std::string const&, phi::DenseTensor*, phi::DenseTensor*) 5 phi::SearchResult<cudnnConvolutionBwdFilterAlgo_t> phi::SearchAlgorithm<(phi::ConvKind)3>::Find(phi::GPUContext const&, phi::ConvArgsBase<cudnnContext*, cudnnDataType_t> const&, bool, bool, bool) 6 cudnnGetConvolutionBackwardFilterAlgorithm_v7


Error Message Summary:

FatalError: Process abort signal is detected by the operating system. [TimeInfo: *** Aborted at 1702185320 (unix time) try "date -d @1702185320" if you are using GNU date ***] [SignalInfo: *** SIGABRT (@0x7d6f00003f2b) received by PID 16171 (TID 0x2b75a9be7d00) from PID 16171 ***]

alittlenico avatar Dec 10 '23 05:12 alittlenico

训练命令和版本看一下

zxcd avatar Jan 02 '24 12:01 zxcd