DeepConvolutionalTTS-pytorch icon indicating copy to clipboard operation
DeepConvolutionalTTS-pytorch copied to clipboard

'ckpt.csv' does not exist

Open chutianxu opened this issue 3 years ago • 0 comments

Dear Yangyangii:

Hello! Thank you for your wonderful work!

After I ran prepro.py by following your instructions, I got an error when I train the model Text2Mel.

Traceback (most recent call last):
  File "train.py", line 211, in <module>
    main(network=network)
  File "train.py", line 169, in main
    ckpt = pd.read_csv(os.path.join(ckpt_dir, 'ckpt.csv'), sep=',', header=None)
  File "/home/***/anaconda3/envs/emotion/lib/python3.6/site-packages/pandas/io/parsers.py", line 685, in parser_f
    return _read(filepath_or_buffer, kwds)
  File "/home/***/anaconda3/envs/emotion/lib/python3.6/site-packages/pandas/io/parsers.py", line 457, in _read
    parser = TextFileReader(fp_or_buf, **kwds)
  File "/home/***/anaconda3/envs/emotion/lib/python3.6/site-packages/pandas/io/parsers.py", line 895, in __init__
    self._make_engine(self.engine)
  File "/home/***/anaconda3/envs/emotion/lib/python3.6/site-packages/pandas/io/parsers.py", line 1135, in _make_engine
    self._engine = CParserWrapper(self.f, **self.options)
  File "/home/***/anaconda3/envs/emotion/lib/python3.6/site-packages/pandas/io/parsers.py", line 1906, in __init__
    self._reader = parsers.TextReader(src, **kwds)
  File "pandas/_libs/parsers.pyx", line 380, in pandas._libs.parsers.TextReader.__cinit__
  File "pandas/_libs/parsers.pyx", line 687, in pandas._libs.parsers.TextReader._setup_parser_source
FileNotFoundError: [Errno 2] File b'logs/Text2Mel/ckpt.csv' does not exist: b'logs/Text2Mel/ckpt.csv'

May I ask how to get the 'ckpt.csv' before training? I searched your project but failed to find it.

Thank you very much for your help.

Chutian Xu

chutianxu avatar Sep 09 '21 03:09 chutianxu