docker-tensorflow:
https://segmentfault.com/a/1190000015053704

 

docker pull tensorflow/tensorflow
docker run -it tensorflow/tensorflow bash

 


pip install scipy
pip install keras

docker commit hardcore_banach tensorflow_with_keras

docker run -it -p 8888:8888 tensorflow_with_keras

jupyter:
numpy:ndarray:
https://www.jianshu.com/p/5cc8738aa3da

 

keras basic:
http://www.cnblogs.com/lc1217/p/7132364.html
https://www.jianshu.com/p/88090a7895db

相关文章:

  • 2022-12-23
  • 2021-04-27
  • 2022-12-23
  • 2021-09-23
  • 2021-11-12
  • 2021-06-27
  • 2021-04-20
  • 2021-04-27
猜你喜欢
  • 2021-04-12
  • 2021-05-02
  • 2021-05-14
  • 2021-11-20
  • 2021-05-19
  • 2021-05-23
  • 2021-04-03
相关资源
相似解决方案