1. 15 11月, 2016 1 次提交
  2. 14 11月, 2016 8 次提交
  3. 13 11月, 2016 2 次提交
  4. 12 11月, 2016 8 次提交
  5. 11 11月, 2016 18 次提交
  6. 10 11月, 2016 3 次提交
    • Y
      Add checkout name for Dockerfile · 64b7561c
      Yu Yang 提交于
      * Because in dockerhub, we cannot set the `docker build `running
        directory, we could only use `git clone` command to get the latest
        code if we put `Dockerfile` in subdirectory
      
      * But the `git clone` will checkout the default branch only, so here
        we add a `ENV` in Dockerfile to checkout special branch or tag in
        git repo. We could change it to `V0.9.0` tag when it release.
      64b7561c
    • Q
      fix merge conflicts · 9dd588b4
      qijun 提交于
      9dd588b4
    • G
      Merge pull request #287 from gangliao/bilinear · 8295eb91
      gangliao 提交于
      Add bilinear interpolation layer
      8295eb91