Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I display the accuracy of the model? #3

Open
rashaaljabry opened this issue Mar 30, 2022 · 2 comments
Open

How do I display the accuracy of the model? #3

rashaaljabry opened this issue Mar 30, 2022 · 2 comments

Comments

@rashaaljabry
Copy link

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 rashaaljabry changed the title Accuracy How do I display the accuracy of the model? Mar 30, 2022
@isa5456
Copy link

isa5456 commented Aug 18, 2023

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

@isa5456
Copy link

isa5456 commented Aug 18, 2023

How can I programm a neuronal nerwork Using FFT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants