It gives this error when I execute the training code.
ModuleNotFoundError                       
Traceback (most recent call last)
<ipython-input-12-08472a50f5e6> in <module>()
      6 import logging
      7 logging.getLogger('tensorflow').disabled = True
----> 8 import input_data
      9 import resnet_utils
     10 import resnet_v2
ModuleNotFoundError: No module named 'input_data'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
 
    