
Showing neural network training windows in live script
조회 수: 8 (최근 30일)
이전 댓글 표시
I dont know how but in one of my live scripts i can have the neural network training window in within the live script but in the other live scripts i cant repeat it.iv copied the exact same code in another live script and it didnt repeat it and iv also copy another code in that live script and it didnt repeat it eather

(its not an image , every time i run it back , the training window will be updated)
댓글 수: 0
답변 (1개)
Cris LaPierre
2023년 11월 28일
This is a snapshot of the Neural Network Training App, and it should be appearing in the output section of live scripts. You cannot interact with it, but the snapshot will update every time you run your code. You should also have a separate window appear showing the app as well. The app is interactive.

I'm not sure why it is not happening in all your live scripts. Have you tried restarting MATLAB?
댓글 수: 6
Cris LaPierre
2023년 11월 28일
In the meantime, one thing that works for me is to copy the code in your life script, then close the live script, close MATLAB, restart MATLAB, open a new live script, paste the copied code, and run.

참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!