Problem facing with "setup function" in Experiment Manager App

조회 수: 2 (최근 30일)
ZEBA
ZEBA 2024년 4월 18일
댓글: ZEBA 2024년 4월 20일
I am trying to hypertune my parameters of a cnn archtecture in Experiment manager in MATLAB 2024a version. It describes that the setup function needs at least 4 arguments (dataset, cnn structure, loss function and the training options). But I am struggling with the setup function whenever I put the loss function what is "crossentropy" in my experiment. I have tried several ways (I have given the screenshots of those attempts).
1.
2.
3.
  댓글 수: 2
Tatha Goswami
Tatha Goswami 2024년 4월 18일
Hi.
You are right the setup function atleast needs 4 arguments now.
Could you please try the following,
function [trainingSet, net, lossFcn, options] = veh_Experiment2(params)
........
lossFcn = "crossentropy";
........
end
ZEBA
ZEBA 2024년 4월 20일
@Tatha Goswami Thanks a lot for your nice support. Yes, it has been worked. Again I appreciate yoir assistance.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by