Is it normal to stop and save a network for more than 14 hours?
Show older comments
I saved my network using the following function when it completed training progress(Fig.1). But after more than 14 hours, the network still has not finished saving process. The GPU has always been running during the saving process (Fig.2). The training data is about 8T.
net = trainNetwork(trainData,lgraph,options);
save([dir,'Anet'],'net','-v7.3')

Fig. 1

Fig. 2
Answers (1)
Yi Wei
on 30 Nov 2020
0 votes
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!