"git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "7fcbae01fe1e52e2b52486baeb83cd6999721abd"
change tf.to_int32 to tf.cast (#6359)
tf.to_int32 raise deprecated warning. change tf.to_int32(labels) to tf.cast(labels, tf.int32)
Showing
Please register or sign in to comment