带有 theano 后端的 keras 在 cpu 上运行 lstm 慢得多
keras with theano backend runs lstm much slower on cpu
由于带有tensorflow后端的keras无法重现结果,我切换到theano。但是,当我 运行 具有完全相同数据的完全相同的 lstm 模型时,使用 theano 后端几乎比使用 tensorflow 后端慢三倍。有什么建议吗?
我通过 运行 命令 "conda install -y mkl"
解决了这个问题
由于带有tensorflow后端的keras无法重现结果,我切换到theano。但是,当我 运行 具有完全相同数据的完全相同的 lstm 模型时,使用 theano 后端几乎比使用 tensorflow 后端慢三倍。有什么建议吗?
我通过 运行 命令 "conda install -y mkl"
解决了这个问题