When I try to run the code in machinelearningmastery , I get
AttributeError: module 'tensorflow' has no attribute 'random_shuffle'
And it points at the following
from mrcnn.model import MaskRCNN
from mrcnn.config import Config
model = MaskRCNN(mode='training', model_dir='./', config=config)
How can one solve this ?
random.shuffle
in TF2. tensorflow.org/api_docs/python/tf/random/shuffle