当前位置: 代码迷 >> 综合 >> win10 解决WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.
  详细解决方案

win10 解决WARNING (theano.tensor.blas): Using NumPy C-API based implementation for BLAS functions.

热度:45   发布时间:2023-11-26 02:07:50.0

cmd

conda install mkl 
conda install mkl-servic 
conda install blas

.theanorc.txt

ldflags=-lmkl_rt 
或者 
ldflags=-lblas

  相关解决方案