Yiming Huang

Results 2 comments of Yiming Huang

@xiaodiu2010 @zxytim @argman I am building my own EAST net, and noticed the problem, the output of map size is 128, but input size is 512, I tried to find...

您那边自己检查一下?这个报错已经提示得很明显了。tf.concat部分,API中关于axis参数是这么描述的,也就是说你截图中的部分,strings参数的维度不太正确。 0-D int32 Tensor. Dimension along which to concatenate. Must be in the range [-rank(values), rank(values)). As in Python, indexing for axis is 0-based. Positive axis in the rage of...