【发布时间】:2020-06-26 10:09:15
【问题描述】:
我正在阅读 PyTorch 教程,目前正在使用 TensorBoard 教程。 通过研究,我已经能够让它内联并通过另一个选项卡工作。 我的偏好是让它在另一个会自动更新的选项卡中持续存在。
下面描述的方法使用ngrok: https://medium.com/@iamsdt/using-tensorboard-in-google-colab-with-pytorch-458f9bb95212
但是,它是不稳定的,因为它获得了许多连接然后丢弃:
Too many connections! The tunnel session '1Z8HZHdl5gLd1xJVdx5Vqqpl9dW' has violated the rate-limit policy of 20 connections per minute by initiating 133 connections in the last 60 seconds. Please decrease your inbound connection volume or upgrade to a paid plan for additional capacity.
The error encountered was: ERR_NGROK_702
发生这种情况时,我必须重新启动整个内核并重新开始。非常沮丧。
这确实不是我正在寻找的解决方案。 有人对此有解决方案吗?
我认为谷歌会为此提供解决方案.....
【问题讨论】:
-
你可以试试 www.remote.it 吗?它是一项类似于 ngrok 的服务。这可能会更好。我们将 ngrok 用于张量板,我们面临同样的问题。我们将 remote.it 用于不同的用例,并且它很稳定。
标签: pytorch google-colaboratory tensorboard