keras.applications.resnet50.ResNet50( include_top=True, # 是否包含最後的全連接層(fully-connected layer) weights='imagenet', # None: 權重隨機 ...
確定! 回上一頁