1. 31 10月, 2019 8 次提交
  2. 30 10月, 2019 7 次提交
  3. 29 10月, 2019 12 次提交
  4. 28 10月, 2019 9 次提交
  5. 27 10月, 2019 1 次提交
  6. 25 10月, 2019 3 次提交
    • X
      fix several sparse table issuses (#20686) · 48669aa8
      xujiaqi01 提交于
      * no longer need to define all embedding layers (no one less) of all slots in each program. make trainer_param repeated in ps.proto.
      * add find_distributed_lookup_table_grads instead of hard code GRAD
      * support embedding stop gradient. push sparse has error before fix this.* 
      * fix fill sparse, skip slots which do not have embedding. each slot's embedding in a sparse table should be used in all training programs before fix this.
      * fix pull sparse, skip slots which do not have embedding.
      * fix collect feasign label info, skip slots which do not have embedding.
      * support when there are multi sparse tables in one or multi training programs, each program can pull/push its own related sparse tables instead of all sparse tables.
      * test=develop
      48669aa8
    • W
      Fix unitest of pruning in python3 env. (#20825) · fa67e6e8
      whs 提交于
      test=develop
      fa67e6e8
    • Y
      fix bug in reshape: (#20781) · cf717fd6
      Yamei-Lee 提交于
      consider the situation that shape of input can contain more than one -1.
      test=develop
      cf717fd6