ip2016

Results 2 issues of ip2016

It seems like XPU calculation accuracy deteriorates in 4th-5th digit after the dot on common math operation. Here is the sample code: ``` a = tf.random.normal(shape=[10000, 10000], dtype=tf.float32) b =...

bug

I'm trying to train yolox_tiny model on my image dataset with additional single category. Training and testing completes successfully but exporting fails with error "Argument 1 and 2 element types...