While running deepspeech.py --helpfull encountered this error. please help.
ds_version_s = open(os.path.join(os.path.dirname(file), ‘…/VERSION’)).read().strip()
FileNotFoundError: [Errno 2] No such file or directory: '/home/swaraj/Infineon/Deepspeech/Attempt_1/DeepSpeech/deepspeech_training/util/…/VERSION’
That indicates something else is wrong with your setup. That file exists in the repo, it’s a symlink to the one in the root folder. If you don’t figure out a proper fix, it’ll just break again the next time the version changes.