Skip to content

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

@rashaaljabry

Description

@rashaaljabry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions