Open Kashi7 opened 2 years ago
fit is a method not an attribute in class Autoencoder
I got the same problem. I changed nothing in the code except using my own dataset. But it throws the erorr
AttributeError: 'Autoencoder' object has no attribute 'fit' fit_transform also not working. Please help me resolve this
The fit method has an extra space by mistake:
def _compile(self, input_dim):
.....
def fit(self, X):
.....
that must be:
def _compile(self, input_dim):
.....
def fit(self, X):
.....
`
AttributeError: 'Autoencoder' object has no attribute 'fit' fit_transform also not working. Please help me resolve this
The blogger has a disgusting action. The whole proglem code store at Kaggle. he modified the code by adding some small bugs, such as adding a tabs(the key problem of fit) and changing the str"decoded" to "docoded".
This is the behavior of an Indian.
AttributeError: 'Autoencoder' object has no attribute 'fit' fit_transform also not working. Please help me resolve this