- Use the "deepNetworkDesigner" command to open the app.
- Import the pretrained model into the app.
- Manually reset the weights in the app or export the model and reset the weights programmatically.
- Export the model without weights.
Untraining the SalsaNext model Architecture
4 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
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:
Please refer to the below documentations to learn more about Deep Network Designer App in MATLAB.
I hope this helps.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Classification Learner App 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!