摘要: conda create n keras python=3.5 ipykernel activate keras python m ipykernel install user name keras jupyter notebook 使用这种方法安装的 Keras 才能被 Jupyter Noteb 阅读全文
posted @ 2018-10-02 21:06 2021年的顺遂平安君 阅读(4906) 评论(0) 推荐(0)
摘要: conda create -n keras python=3.5 ipykernel activate keras python -m ipykernel install --user --name keras jupyter notebook 使用这种... 阅读全文
posted @ 2018-10-02 21:06 2021年的顺遂平安君 阅读(49) 评论(0) 推荐(0)
摘要: https://www.projectatomic.io/blog/2015/07/what-are-docker-none-none-images/ Reference: https://www.projectatomic.io/blog/2015/0... 阅读全文
posted @ 2018-10-02 20:52 2021年的顺遂平安君 阅读(56) 评论(0) 推荐(0)
摘要: Reference: https://www.projectatomic.io/blog/2015/07/what are docker none none images/ 这条命令会自动清除无用的none镜像。 阅读全文
posted @ 2018-10-02 20:52 2021年的顺遂平安君 阅读(372) 评论(0) 推荐(0)