Google colaboratory python错误-返回NULL而未设置错误

Google colaboratory python错误-返回NULL而未设置错误,google-colaboratory,text-to-speech,Google Colaboratory,Text To Speech,嗨,我在用colab做深沉的嗓音,我遇到了这个问题 我尝试了下面的代码,得到了以下错误 [code] %cd /content/glow-tts !python init.py -c configs/base.json -m "/content/drive/MyDrive/Colab Notebooks/data/glow-tts" !python train.py -c configs/base.json -m "/content/drive/MyDrive/Co

嗨,我在用colab做深沉的嗓音,我遇到了这个问题

我尝试了下面的代码,得到了以下错误

[code]
%cd /content/glow-tts
!python init.py -c configs/base.json -m "/content/drive/MyDrive/Colab Notebooks/data/glow-tts"
!python train.py -c configs/base.json -m "/content/drive/MyDrive/Colab Notebooks/data/glow-tts"
[错误]

"returned NULL without setting an error"
请帮我消除那个错误。
提前感谢您的帮助

欢迎来到SO。请包括代码。