* remove pad op in static model by replace F.pad with nn.Pad1D and nn.Pad2D * fix variable names * add note