I understand that the below command
jupyter notebook --NotebookApp.iopub_data_rate_limit=1.0e10
would let me set the data rate. But on Colab, I cannot run this command since the notebook is already open.
Is there any way I can avoid getting the IOPub error in an active notebook on Colab?
I am running keras code and I get this error when I train my neural network. I really need to see the output since it lets me know how many epochs have been completed and the accuracy.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…