Install checkpoint converting tool.

This commit is contained in:
Daniel 2020-06-18 15:20:28 +02:00
parent 3f8033e1f1
commit eda5f69f2d

View File

@ -46,4 +46,8 @@ RUN pip3 install --upgrade pip==20.0.2 wheel==0.34.2 setuptools==46.1.3
# we don't want to break that # we don't want to break that
RUN DS_NODECODER=y DS_NOTENSORFLOW=y pip3 install --upgrade --force-reinstall -e . RUN DS_NODECODER=y DS_NOTENSORFLOW=y pip3 install --upgrade --force-reinstall -e .
# Tool to convert output graph for inference
RUN python3 /DeepSpeech/util/taskcluster.py --source tensorflow --branch r1.15 \
--artifact convert_graphdef_memmapped_format --target /DeepSpeech/
RUN ./bin/run-ldc93s1.sh RUN ./bin/run-ldc93s1.sh