首页 > 其他 > 详细

keras后端设置【转载】

时间:2019-03-31 12:37:25      阅读:380      评论:0      收藏:0      [点我收藏+]

转自:https://keras.io/backend/

At this time, Keras has three backend implementations available: the TensorFlow backend, the Theano backend, and the CNTK backend.

  • TensorFlow is an open-source symbolic tensor manipulation framework developed by Google.
  • Theano is an open-source symbolic tensor manipulation framework developed by LISA Lab at Université de Montréal.
  • CNTK is an open-source toolkit for deep learning developed by Microsoft.

Switching from one backend to another

If you have run Keras at least once, you will find the Keras configuration file at:

$HOME/.keras/keras.json

//HOME对不同的用户可能不同,可以使用echo $HOME查看路径,并且.keras是隐藏文件夹,可以使用ls查看,之后进入编辑模式,直接更改就可以了。

keras后端设置【转载】

原文:https://www.cnblogs.com/BlueBlueSea/p/10630640.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!