Skip to content Skip to sidebar Skip to footer

Typeerror: "nonetype" Object Is Not Callable In Google Colab

below imported packages and models which is define to allow to access the building operations, import matplotlib.pyplot as plt import tensorflow as tf import numpy as np import cv2

Solution 1:

@AlirezaMoradi please concern here,

I made a mistakes below,

In compile section of the model,

model.compile(loss = 'binary_crossentropy',
              optimizer = RMSprop(lr=0.001),
              metrics = ['accuracy '])  #'accuracy ' it will be 'accuracy'

That means,for my mistakes I add white space and after removing It solved.

I was busy that's why it is late for sharing the solution and I am sorry for late.

Post a Comment for "Typeerror: "nonetype" Object Is Not Callable In Google Colab"