how find and print Accuracy for fft_model and compare it with CNN by using model.fit .
where when run the following error appears
AttributeError Traceback (most recent call last)
in ()
2
3
----> 4 output.compile(loss='binary_crossentropy',
5 optimizer=RMSprop(lr=0.0001),
6 metrics=['acc'])
AttributeError: 'tuple' object has no attribute 'compile
thank you