68 Commits (master)
 

Author SHA1 Message Date
  Taoqiuyu 702391d009 add stop_gradient, fix the shrink_axis_mask 2 years ago
  Taoqiuyu 3daff18793 fix bug on mindspore1.3 2 years ago
  Ydgrasil d4a340d9d8 add readme 2 years ago
  lvyufeng 3181a9e686 Merge pull request '增加mindrecord数据处理、修正grads计算' (#8) from cqu-tqy/elmo_mindspore:master into master 2 years ago
  Taoqiuyu e3b072a2cd modify the grads calculation 2 years ago
  Taoqiuyu ecf8b3e122 loss*20 2 years ago
  Taoqiuyu 91f0f11cc1 Merge branch 'master' of https://git.openi.org.cn/OpenModelZoo/elmo_mindspore into torchsoftmax 2 years ago
  Taoqiuyu 5a153ea12c add check point 2 years ago
  lvyufeng 2002b47773 add glorot_uniform and verify all initializers of weights 2 years ago
  Taoqiuyu 201f8a5c98 train one step distribution 2 years ago
  Taoqiuyu f386c70352 add ms_function 2 years ago
  Taoqiuyu 3e8bd9884e ms_function 2 years ago
  Taoqiuyu 52eb1f6eb7 lstm 2 direction 2 years ago
  Taoqiuyu 94f24028f1 add softmax_layer 2 years ago
  lvyufeng b9c3bf600a Merge pull request '添加BidirectionalLMDataset、train one step standalone' (#7) from cqu-tqy/elmo_mindspore:master into master 2 years ago
  Taoqiuyu 3ac68ee831 disable remove_accidental_hits 2 years ago
  Taoqiuyu ef082b8ce6 train elmo one step cell 2 years ago
  lvyufeng e637ae45f1 disable remove_accidental_hits temporarily 2 years ago
  Taoqiuyu a9badf27b4 add BidirectionalLMDataset script 2 years ago
  Taoqiuyu 129f6f3a70 Merge branch 'master' of https://git.openi.org.cn/OpenModelZoo/elmo_mindspore 2 years ago
  Taoqiuyu 405315bb64 reduce loss 2 years ago
  lvyufeng b882a74b36 add remove_accidental_hits in sampled_softmax_loss 2 years ago
  Taoqiuyu f495cba8d5 Merge branch 'master' of https://git.openi.org.cn/OpenModelZoo/elmo_mindspore 2 years ago
  lvyufeng 054770e1b2 modify list to cell list for graph mode in char encoder 2 years ago
  Taoqiuyu 6b1d694e2e Merge branch 'master' of https://git.openi.org.cn/OpenModelZoo/elmo_mindspore 2 years ago
  lvyufeng 1637356463 fix highway module and add unittest 2 years ago
  Taoqiuyu 1105567263 add SampledSoftmaxLoss test 2 years ago
  lvyufeng 7a25ca31b2 add sampled_softmax_loss 2 years ago
  lvyufeng 03ebff5ed1 Merge pull request 'sample_sotfmax为false时,初步调通,修复了一些bug' (#6) from cqu-tqy/elmo_mindspore:master into master 2 years ago
  Taoqiuyu 6a2fce8ec3 fix bug on highway 2 years ago
  Taoqiuyu 8ee3388ed7 add iter_batch fix bugs in loss 2 years ago
  Taoqiuyu 6b894c05f9 fix lstm init_state 2 years ago
  lvyufeng 1e1a504425 remove initialize utils and use native method 2 years ago
  Taoqiuyu ed936ff6fa Merge branch 'master' of https://git.openi.org.cn/OpenModelZoo/elmo_mindspore 2 years ago
  Taoqiuyu 892a1a81be add language model test 2 years ago
  lvyufeng 42b0765834 add description of model construct inputs 2 years ago
  lvyufeng 818751ed74 add data test 2 years ago
  lvyufeng 6240dbc2a6 add test files from tf version 2 years ago
  lvyufeng 1494ca6611 finish elmo model part 2 years ago
  lvyufeng 4820297020 add elmo model 2 years ago
  lvyufeng b723901bff remove duplicated residual module 2 years ago
  lvyufeng 8f17d32d92 add and test elmo lstm and remove torch like lstm_cell_with_projection 2 years ago
  lvyufeng 0eb15ee5d6 remove multi rnn cell 2 years ago
  lvyufeng d06ff0535d test rnn and rnn cells 2 years ago
  lvyufeng 43ce69769e add lstm cell test 2 years ago
  lvyufeng 10ffae4485 refact lstm cell with projection 2 years ago
  lvyufeng 293403f844 add tf like wrappers 2 years ago
  lvyufeng b971040de0 change highway layer to tf version 2 years ago
  lvyufeng 5286afdbcc consider the constucture of tensorflow implementation 2 years ago
  lvyufeng bf434099be add character encoder 2 years ago