You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: