1. 15 Mar, 2017 1 commit
  2. 24 Feb, 2017 1 commit
  3. 23 Feb, 2017 1 commit
  4. 25 Jan, 2017 1 commit
  5. 03 Oct, 2016 1 commit
    • Livio Soares's avatar
      Updates to syntaxnet, including update tensorflow sub-module, bazel... · 51238b1b
      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.
      51238b1b
  6. 28 Jun, 2016 1 commit
    • David Mansfield's avatar
      Compatibility with tensorflow master (#204) · a4b7bb9a
      David Mansfield authored
      * TF defines the same external repositories but with different commit and BUILD
      
      * Fix a bunch of bazel namespace issues
      
      @tf changed to @org_tensorflow
      Tensorflow stopped using protobuf as submodule, now it's external, so use @protobuf
      
      * Sync to master of tensorflow submodule:
        - local version of is_cuda in syntaxnet.bzl,
        - using unique_ptr in file api.
      a4b7bb9a
  7. 12 May, 2016 1 commit