second_fashion_model.add(LeakyReLU(alpha=0.05))
throws error as:
The added layer must be an instance of class Layer. Found:
second_fashion_model.add(LeakyReLU(alpha=0.05))
throws error as:
The added layer must be an instance of class Layer. Found: