wenxusun

Results 4 comments of wenxusun

I meet same error message,the reason is i transform two table to arrays,but i ignore that table1 has 51 rows,table2 has 50 rows. But I use same x_value for table1/2,...

I meet same problem when I wanna run my tensorflow application with blis,but I found it didn't work to replace mkl with blis.so directly. Then I consider the reason maybe...

> BLIS and MKL support standard BLAS interfaces. So interface is definitely not the reason. Let me check with my team, they tried it in the past. @shrutiramesh1988 can you...

> I came to know that its difficult to link BLIS directly with TensorFlow since MKLDNN path takes MKL by default. It was suggested to use ZENDNN with TF in...