When calling the command:
print(model.summary())
I get the following output:
How can I rena
If you want to rename an already built model, it can be done like this:
model.name = 'yourname'