Untraining the SalsaNext model Architecture

조회 수: 4 (최근 30일)
Serban
Serban 2024년 8월 6일
댓글: Serban 2024년 8월 7일
I used the following repository to evaluate my data (https://github.com/matlab-deep-learning/pretrained-salsanext), but it loads a pretrained SalsaNext model. I would like to know whether it is possible to untrain the model, or to train it from scratch without creating the layergraph (Since this model involves a large number of layers, and the work seems to be cumbersome, and error-prone).
Thanks

채택된 답변

Himanshu
Himanshu 2024년 8월 7일
Hi,
I see that you want to import a pretrained SalsaNext model, reset its weights, and then export the model architecture without the pretrained weights.
Using the Deep Network Designer app in MATLAB provides a user-friendly interface to modify and export neural network architectures. You can import the model, reset the weights, and export the model without weights using Deep Network Designer. Please refer to the below steps:
  1. Use the "deepNetworkDesigner" command to open the app.
  2. Import the pretrained model into the app.
  3. Manually reset the weights in the app or export the model and reset the weights programmatically.
  4. Export the model without weights.
Please refer to the below documentations to learn more about Deep Network Designer App in MATLAB.
I hope this helps.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Classification Learner App에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by