필터 지우기
필터 지우기

How to retrain a CNN/LSTM using new recorded data?

조회 수: 13 (최근 30일)
CHRISTOPHER MILLAR
CHRISTOPHER MILLAR 2021년 10월 7일
답변: CHRISTOPHER MILLAR 2021년 10월 18일
I have trainined a hybrid CNN/LSTM network to classification sequential data, in offline experiements it works very well.
In a live scenario it does not perform as well so i wanted to take the sequential sequences recorded during the live experiments and then combine this with the original dataset and retrain the model with the combined dataset.
Once I combined the old dataset with the new data i tried
newNet = trainNetwork(oldNet,XTrain,YTrain); & newNet = trainNetwork(oldNet,XTrain,YTrain,layers,options);
This gives me an error of too many input arguments
Is this possible?
Regards

채택된 답변

Mahesh Taparia
Mahesh Taparia 2021년 10월 15일
Hello,
You can refer this documentation of training from pretrained weights. You can save the trained network from the old data and load it while adding the new data.
Hope it will help!

추가 답변 (1개)

CHRISTOPHER MILLAR
CHRISTOPHER MILLAR 2021년 10월 18일
Hi
Thanks for the response
I will look at this link you have provided

카테고리

Help CenterFile Exchange에서 Get Started with Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by