Fast-CNN icon indicating copy to clipboard operation
Fast-CNN copied to clipboard

How do I display the accuracy of the model?

Open rashaaljabry opened this issue 3 years ago • 2 comments

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

rashaaljabry avatar Mar 30 '22 14:03 rashaaljabry

Bus I have a question. Does model.fit use FFT? How is the training?

isa5456 avatar Aug 18 '23 12:08 isa5456

How can I programm a neuronal nerwork Using FFT?

isa5456 avatar Aug 18 '23 12:08 isa5456