Open lzhenboy opened 5 years ago
When estimator. predict() is used, the pred_ids of <pad> is always zero. However, if serve.py is used to predict one sample, the pred_ids of <pad> will be the correct value. Can you or someone explain this problem? thx
<pad>
When estimator. predict() is used, the pred_ids of
<pad>
is always zero. However, if serve.py is used to predict one sample, the pred_ids of<pad>
will be the correct value. Can you or someone explain this problem? thx