I have built the ‘Happy Model’ function and it runs fine and there are no errors.
Subsequently, when I run the following, it keeps running and doesn’t stop or give output.
happy_model = happyModel()
Print a summary for each layer
for layer in summary(happy_model):
print(layer)
Is it something to do with Happy model function or notebook problem?