photo

progga ilma


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1

Afficher les badges

Feeds

Afficher par

Réponse apportée
MATLAB error: The output size (4) of the last layer doesn't match the number of classes (2). How to match the size for neural network?
replace fullyConnectedLayer (4) with fullyConnectedLayer(numClasses) numClasses = numel(categories(imdsTrain.Labels)); i...

plus de 4 ans il y a | 0

Réponse apportée
Multiple face detection and cropping from multiple images
imds = imageDatastore('face', ... 'IncludeSubfolders',true, ... 'LabelSource','foldernames'); idx = randperm(numel(im...

plus de 4 ans il y a | 0

| A accepté