"vscode:/vscode.git/clone" did not exist on "6d281b4ff4ad3918a4f3b4ca4a8b547a2ba3bf80"
  1. 11 Apr, 2019 4 commits
  2. 03 Apr, 2019 6 commits
  3. 02 Apr, 2019 4 commits
  4. 01 Apr, 2019 1 commit
  5. 30 Mar, 2019 2 commits
    • Weixin Wang's avatar
      Fix typo in example code · d07db28f
      Weixin Wang authored
      Modify 'unambigiously' to 'unambiguously'
      d07db28f
    • jeonsworld's avatar
      Update pregenerate_training_data.py · 60005f46
      jeonsworld authored
      If the value of rand_end is returned from the randint function, the value of sampled_doc_index that matches current_idx is returned from searchsorted.
      
      example:
      cumsum_max = {int64} 30
      doc_cumsum = {ndarray} [ 5  7 11 19 30]
      doc_lengths = {list} <class 'list'>: [5, 2, 4, 8, 11]
      if current_idx  = 1,
      rand_start = 7
      rand_end = 35
      sentence_index = randint(7, 35) % cumsum_max
      if randint return 35, sentence_index becomes 5.
      if sentence_index is 5, np.searchsorted returns 1 equal to current_index.
      60005f46
  6. 29 Mar, 2019 2 commits
  7. 28 Mar, 2019 1 commit
  8. 27 Mar, 2019 8 commits
  9. 26 Mar, 2019 1 commit
  10. 25 Mar, 2019 2 commits
  11. 24 Mar, 2019 6 commits
  12. 21 Mar, 2019 3 commits