how to pad a string tensor to a target length in tensorflow

前端 未结 0 389
死守一世寂寞
死守一世寂寞 2021-01-14 14:31
t = \'comcom.android.systemuicom.android.systemuicom.android.systemui\'
def pad_trunc_shingle(t):
    shingle_max = 300
    actual_len = tf.strings.length(t).numpy()         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题