Closed SeekPoint closed 3 years ago
In each batch samples, sample will be padding to the maximum length of batch samples' lengths. while feature. max_token_len and feature. max_char_len represents the maximum truncated length of each sample.
feature. max_token_len
feature. max_char_len
In each batch samples, sample will be padding to the maximum length of batch samples' lengths. while
feature. max_token_len
andfeature. max_char_len
represents the maximum truncated length of each sample.