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
Hi,
Thank you very much for this amazing tool it helps a lot.
Just a have a simple warning that will make this tool great if it is fixed.
This warning occurs when I use PlotLossesKeras callback.
WARNING:tensorflow:Callback method `on_train_batch_end` is slow compared to the batch time (batch time: 0.1298s vs `on_train_batch_end` time: 0.2397s). Check your callbacks.
Environment
livelossplot==0.5.3
tensorflow==2.4.0
Keras==2.4.3
Windows 10
Jupyter Lab
Python version 3.6.8
Thank you
The text was updated successfully, but these errors were encountered:
And, to see if multiprocessing is running, you need to look at what each process is doing, not the overall cpu stats.
In Linux, you can check by simply creating and disappearing multiple python processes with the same command as top, but I don't know Windows well, so if you google it, I think it might not come up.
tensorflow:Callback
Environment
Thank you
The text was updated successfully, but these errors were encountered: