Skip to content

Commit

Permalink
Merge pull request #104 from lissyx/export_best_dev
Browse files Browse the repository at this point in the history
Ensure package proper checkpoint file
  • Loading branch information
lissyx authored Feb 20, 2020
2 parents e61a59e + b61a54a commit 0859bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepSpeech/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd /mnt
done;

tar -cf - \
-C /mnt/checkpoints/ checkpoint ${all_checkpoint_path} | xz -T0 > "checkpoint_fr.tar.xz"
-C /mnt/checkpoints/ best_dev_checkpoint ${all_checkpoint_path} | xz -T0 > "checkpoint_fr.tar.xz"
fi;

cp /mnt/models/*.zip .
Expand Down

0 comments on commit 0859bfe

Please sign in to comment.