- 05 Dec, 2017 1 commit
-
-
Amit Patankar authored
-
- 14 Nov, 2017 1 commit
-
-
Ivan Bogatyy authored
* Release DRAGNN bulk networks
-
- 07 Nov, 2017 2 commits
-
-
Mathias Deschamps authored
-
Mathias Deschamps authored
- add patch package to make bazel work with @opt - CI configured is trying to get git version, which lead to fail since the parents folders are not copied - bazel version was too old for the new tensorflow version - bazel not finding PYTHON_BIN_PATH, add ENV command as a workaround
-
- 21 Sep, 2017 1 commit
-
-
Neal Wu authored
-
- 06 Apr, 2017 1 commit
-
-
Jean de Klerk authored
This fixes the 'running as root is not recommended' crash
-
- 17 Mar, 2017 2 commits
-
-
Ivan Bogatyy authored
* Release DRAGNN * Update CoNLL evaluation table & evaluator.py * Update documentation & tutorial for DRAGNN * Update the DRAGNN * Tutorial link
-
Ivan Bogatyy authored
-
- 15 Mar, 2017 2 commits
-
-
Ivan Bogatyy authored
* Release DRAGNN * Update CoNLL evaluation table & evaluator.py
-
Ivan Bogatyy authored
-
- 23 Feb, 2017 1 commit
-
-
Ivan Bogatyy authored
* Sync SyntaxNet with TensorFlow r1.0 * Fix typo back * Fix Dockerfile to match TensorFlow 1.0
-
- 25 Jan, 2017 1 commit
-
-
Ivan Bogatyy authored
-
- 14 Jan, 2017 1 commit
-
-
Justine Tunney authored
-
- 03 Oct, 2016 1 commit
-
-
Livio Soares authored
Updates to syntaxnet, including update tensorflow sub-module, bazel requirement and fix trainer crash (#479) * syntaxnet: Cosmetic fixes recommended by python lint. * syntaxnet: Fix crash in parser_trainer due to inconsistency between LexiconBuilder::Compute() and context.pbtxt definition ('char-map' input declaration was missing). * syntaxnet: reduce flakiness in GraphBuilderTest. * syntaxnet: Update tensorflow submodule to version > 0.10. * syntaxnet: Update to latest stable bazel (0.3.1). This update comes partially to allow Tensorflow submodule to build succesffuly. In this commit, I also update and simplify the WORKSPACE, to avoid declaring dependencies already present in tensorflow. * syntaxnet: Update bazel version check to require version 0.3.0 * syntaxnet: Document pip requirement, along with python mock module.
-
- 27 Jun, 2016 1 commit
-
-
Riyad Parvez authored
As Docker builds are layer by layer, removing cached package files in different layers do not reduce image size. To reduce image size, cached packages have to removed in the same layer i.e., `RUN` command as the packages have been installed. Signed-off-by:Riyad Parvez <social.riyad@gmail.com>
-
- 17 May, 2016 1 commit
-
-
calberti authored
* Updating TF submodule to latest and adding a Dockerfile example. * Extra \n in ./configure. * Updating Dockerfile to use bazel 0.2.2b. * Replacing a mention of treebank_union with PMP in the README.
-