Thank you for your message.
Colab, by default, runs on CPU. To attain the training times shown in the Crack Segmentation example, GPU acceleration must be enabled for your Colab environment.
To enable GPU acceleration,
1) choose Runtime on the menu bar,
2) select Change Runtime Type,
3) set Hardware Accelerator to GPU.
I hope this helps!