I am using Colab as my development enviroment. And when I running the
!python examples/navier_stokes/train.py trainer.max_epochs=250000 n_train=3000
for training.
The progressbar show multiple line instead of proper one line for each epoch.
Any ideal to solve th problem?

I am using Colab as my development enviroment. And when I running the
!python examples/navier_stokes/train.py trainer.max_epochs=250000 n_train=3000for training.
The progressbar show multiple line instead of proper one line for each epoch.
Any ideal to solve th problem?