KhurramPirov opened a new issue #15780: FP16 gemm on cpu not implemented! URL: https://github.com/apache/incubator-mxnet/issues/15780 ## Description Try to add synhronious function to avoid memory leak but got this error ## Environment info (Required) Package used (Python) ## Minimum reproducible example for k, batch in enumerate(train_dataiter2): temp = mod_fc.predict(batch.data[0]) out = mx.ndarray.cast(data=temp, dtype='float32') print(f"out_norm:{nd.norm(out)}")#for avoiding memory leak mxnet.base.MXNetError: [13:56:17] src/operator/nn/./../linalg_impl.h:166: FP16 gemm on cpu not implemented!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
