How did you solve the problem.
I am facing the same problem in google colab for fine-tuning the checkpoint of 0.6.1 version
code:-
!python3 DeepSpeech.py --n_hidden 2048 --checkpoint_dir /content/gdrive/My Drive/DeepSpeech/checkpoint_directory/ --epochs 3 --train_files librivox-train-clean-100.csv --dev_files librivox-dev-clean.csv --test_files librivox-test-clean.csv --learning_rate=0.0001
output:-
Traceback (most recent call last):
File “DeepSpeech.py”, line 7, in
from deepspeech_training import train as ds_train
File “/content/gdrive/My Drive/DeepSpeech/training/deepspeech_training/train.py”, line 30, in
from .evaluate import evaluate
File “/content/gdrive/My Drive/DeepSpeech/training/deepspeech_training/evaluate.py”, line 26, in
check_ctcdecoder_version()
File “/content/gdrive/My Drive/DeepSpeech/training/deepspeech_training/util/helpers.py”, line 57, in check_ctcdecoder_version
rv = semver.compare(ds_version_s, decoder_version_s)
File “/usr/local/lib/python3.6/dist-packages/semver.py”, line 108, in wrapper
return func(*args, **kwargs)
File “/usr/local/lib/python3.6/dist-packages/semver.py”, line 787, in compare
v1 = VersionInfo.parse(ver1)
File “/usr/local/lib/python3.6/dist-packages/semver.py”, line 657, in parse
raise ValueError("%s is not valid SemVer string" % version)
ValueError: …/…/VERSION is not valid SemVer string[quote=“hashim, post:40, topic:58592, full:true”]
Is there a proper solution to
ValueError: …/…/VERSION is not valid SemVer string