【发布时间】:2025-11-27 23:35:01
【问题描述】:
我正在尝试在 google colab 上打印长度为 8483448 字节的 DATASET 中的单词,但出现此错误:
words =list(model.wv.vocab)
print('this vocabulary for corpus')
print(words)
错误:
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)
感谢您帮助我解决此错误。
【问题讨论】:
标签: python google-colaboratory word2vec