Created by: iclementine
- use set_value() to set the value of PositionEmbedding instead of using ivar;
- fix input data layout for all inputs of Embedding layer, the tailing sized-1 dimension is removed in all cases.
- updata README, use develop version of paddle.
- update documentation for all the inputs of Embedding layers.
- fix tensorboard tags
- use weight instead of the protected
_w
in Embedding(a sublayer inside PositionEmbedding).