Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
fixed model generation issue (updated tensorflow from 1.13 in 1.14 in…
Browse files Browse the repository at this point in the history
… model convert script) (#26)
  • Loading branch information
mone27 authored Oct 15, 2019
1 parent 9c44b75 commit 2a550f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepSpeech/Dockerfile.train
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ RUN pip install `python util/taskcluster.py --decoder`
RUN TASKCLUSTER_SCHEME="https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.%(branch_name)s.%(arch_string)s/artifacts/public/%(artifact_name)s" python util/taskcluster.py \
--target="$(pwd)" \
--artifact="convert_graphdef_memmapped_format" \
--branch="r1.13" && chmod +x convert_graphdef_memmapped_format
--branch="r1.14" && chmod +x convert_graphdef_memmapped_format

WORKDIR $HOMEDIR

Expand Down

0 comments on commit 2a550f4

Please sign in to comment.