"test/vscode:/vscode.git/clone" did not exist on "1cc6c88cdce4a9284bccb8aed973f61b20b3e436"
  1. 17 Apr, 2019 2 commits
    • Nat's avatar
      Fix compatibility for newer tensorflow and python3 (#6587) · cbd8136f
      Nat authored
      1. In python3, dict.iteritems() is gone, change it to dict.items(). And it also doesn't treat zip object as a list, so change zip to list type.
      2. Add encoding flag with open function to make it more compatible for Windows/Linux system.
      3. For newer tensorflow, it expected int64 without giving a dtype parameter to embedding layer. We give it float32 to solve it.
      cbd8136f
    • Yongrae Jo's avatar
      Update gen_vocab.py to be python3 compatible (#4567) · 8c68bc0d
      Yongrae Jo authored
      Dictionary's .iteritem() raises an error in Python3.
      Replaced it with iteritem from six library.
      8c68bc0d
  2. 05 Mar, 2018 1 commit
  3. 26 Feb, 2018 5 commits
  4. 23 Feb, 2018 1 commit
  5. 22 Feb, 2018 4 commits
  6. 20 Feb, 2018 1 commit
  7. 17 Feb, 2018 8 commits
  8. 15 Nov, 2017 1 commit
  9. 23 Sep, 2017 1 commit
  10. 21 Sep, 2017 1 commit