You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rewriting's rewriting-interface.ipynb exceeds colab's IOPub data rate with faces
While in google colab, as directed in the last cell, I changed modelname to faces with no other changes. While executing, the runtime disconnects with no error displayed. When running print(interface._repr_html_()) the following error is displayed:
IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
`--NotebookApp.iopub_data_rate_limit`.
Current values:
NotebookApp.iopub_data_rate_limit=1000000.0 (bytes/sec)
NotebookApp.rate_limit_window=3.0 (secs)
As far as I'm able to tell, there are no ways to change the data rate limit in colab.
Steps to reproduce:
Change modelname to faces in the last cell of rewriting-interface.ipynb in google colab
The text was updated successfully, but these errors were encountered:
Issue:
rewriting's
rewriting-interface.ipynb
exceeds colab's IOPub data rate withfaces
While in google colab, as directed in the last cell, I changed
modelname
tofaces
with no other changes. While executing, the runtime disconnects with no error displayed. When runningprint(interface._repr_html_())
the following error is displayed:As far as I'm able to tell, there are no ways to change the data rate limit in colab.
Steps to reproduce:
Change
modelname
tofaces
in the last cell ofrewriting-interface.ipynb
in google colabThe text was updated successfully, but these errors were encountered: