Hi, for your cell: [27] you have: model_top = Model(inputs = [im_in], outputs = feat_x) .. I'm curious what's the purpose of putting "[ ]" around im_in (since there is only one input) ? Would : ... Model(inputs = im_in, ... also suffice ? Thanks