We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
Bus I have a question. Does model.fit use FFT? How is the training?
Sorry, something went wrong.
How can I programm a neuronal nerwork Using FFT?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: