I am running through the redux notebook, all good until I get to the prediction part, and then I get the error below, I wonder if I am using the right vgg package?
----> 1 batches, preds = vgg.test(path+‘test’, batch_size = batch_size*2)
AttributeError: Vgg16 instance has no attribute ‘test’