No such files or directory error

I want to train deepseepch but I got an error.
why data folder is chaned to /home/haru/DeepSpeech/Data/extracted/clips/./Data/extracted/clips ??

this is cmd
./DeepSpeech.py --train_files ./Data/extracted/clips/train.csv --dev_files ./Data/extracted/clips/dev.csv --test_files ./Data/extracted/clips/test.csv

this is error message
I STARTING Optimization
Epoch 0 | Training | Elapsed Time: 0:00:00 | Steps: 0 | Loss: 0.000000 Traceback (most recent call last):
File “/home/haru/DeepSpeech/env/lib/python3.6/site-packages/tensorflow/python/client/session.py”, line 1334, in _do_call
return fn(*args)
File “/home/haru/DeepSpeech/env/lib/python3.6/site-packages/tensorflow/python/client/session.py”, line 1319, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
File “/home/haru/DeepSpeech/env/lib/python3.6/site-packages/tensorflow/python/client/session.py”, line 1407, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.NotFoundError: /home/haru/DeepSpeech/Data/extracted/clips/./Data/extracted/clips/common_voice_en_499216.wav; No such file or directory
[[{{node ReadFile}}]]
[[{{node tower_0/IteratorGetNext}}]]
[[{{node Mean_8}}]]

Because this is the directory that you gave … ?

See this thread, I think you’re hitting the same problem: DeepSpeech file path issue