필터 지우기
필터 지우기

Training a YOLOv3 network on own dataset, saving it and loading it again.

조회 수: 1 (최근 30일)
Hamza Afzal
Hamza Afzal 2021년 2월 26일
Given Data:
I have dataset of almost 5000 images. I want to train my network(by giving it 200 images information) at one time. until it reaches a certain point after training where on testing the network it gives desired outputs.
QUESTION:
So, when implementing this, i have to save my network so that i can load it in for next time for further training.
% This is for the time, when i have trained my yolo network for first time.
save('yolov3trainednetworkimg1_220.mat','net');
% Since i have to train again, so here i am loading this file and net will again go for training.
load('yolov3trainednetworkimg1_220.mat')
net=pretrained.net;
Will this work correctly ? For the purpose i want ? Is it possible ?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by