Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
How can I change the trainning options of AlexNet to train the network for my images?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi, I need to adapt the AlexNet network for my images and I don't know how do it. My database contains more than 9,000 images of the same type and I want to train AlexNet network to recognize my images and I obtain a prediction. I think I must change the training options but I am not sure how do it. Can anybody help me?
Thank you so much
options = trainingOptions('sgdm', ...
'MaxEpochs',5,...
'InitialLearnRate',1e-4, ...
'Verbose',false, ...
'Plots','training-progress');
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!