
Jupyter
Trasper1
The future awaits
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Jupyter Notebook 入门级shortcuts 和 tips
Jupyter notebook is a sequential collection of cells. Cell can be in either Edit (green colored) & Command (blue colored) mode, and cell has Raw(R), Markdown(M), and Code(Y) types. Cell types can...原创 2019-08-18 21:04:36 · 435 阅读 · 0 评论 -
PyTorch使用tensorboard(远程服务器和本地计算机的联动)
本文基于Ubuntu16.04系统,Python3.7 --------------------------------------------------------------------------------- 首先是配置PyTorch和tensorboard的版本 1. PyTorch >= 1.1.0 版本, 2. tensorboard版本 >= 1.1.15 (...原创 2019-08-23 18:36:58 · 4186 阅读 · 0 评论 -
在本地使用远程服务器上的jupyter notebook服务(同时开启多个notebook)
因为服务器常常放置在远程,且没有显示器支持,因此我们需要在本地计算机显示和使用远程服务器(linux服务器)上的jupyter notebook服务。 要实现此目的,需要进行三步操作: 1. 在服务器端启动jupyter notebook,同时指定端口: 即,cd到需要开启notebook的directory之中,然后 jupyter notebook --no-browser --por...原创 2019-09-16 12:39:06 · 3760 阅读 · 0 评论