1. 08 1月, 2020 1 次提交
  2. 16 12月, 2019 1 次提交
    • F
      Dv3: update for Variable & Embedding update in dygraph · 171ec35f
      Feiyu Chan 提交于
      1. use set_value() to set weight.
      2. use weight in PositionEmbedding instead of protected member `_w`.
      3. fix data layout for Embedding, the tailing sized-1 dimension is removed, update documentation, 
      4. fix tensorboard tags, spaces are replaced with `_`.
      171ec35f
  3. 09 12月, 2019 1 次提交
  4. 03 10月, 2019 1 次提交
    • F
      init commit for deepvoice3 (#3458) · 0ccab047
      Feiyu Chan 提交于
      * ini commit for deepvoice, add tensorboard to requirements
      
      * fix urls for code we adapted from
      
      * fix makedirs for python2, fix README
      
      * fix open with encoding for python2 compatability
      
      * fix python2's str(), use encode for unicode, and str() for int
      
      * fix python2 encoding issue, add model architecture and project structure for README
      
      * add model structure, add explanation for hyperparameter priority order.
      0ccab047