如下所示: to_categorical(y,num_classes=None,dtype=\'float32\') 將整型標籤轉為onehot。y為int陣列,num_classes為標籤類別總數, ...
確定! 回上一頁