Use checkArgsForHandleToPrint error ,The input parameter of the handle contains non-handle values.
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I run a Re-ID code,when i run the train code,and it has run the dataset,it has an error in epoch2 and it doesn't draw the results。But when it run the epoch1,everything is goning well. Error is as follows
% Use checkArgsForHandleToPrint error
The input parameter of the handle contains non-handle values.
error in checkArgsForHandleToPrint
error in print>LocalCreatePrintJob (line 216)
handles = checkArgsForHandleToPrint(0, varargin{:});
error in print (line 38)
[pj, inputargs] = LocalCreatePrintJob(varargin{:});
error in cnn_train_dag (line 139)
print(1, modelFigPath, '-dpdf') ;
error in train_id_net_res_2stream (line 34)
[net,info] = cnn_train_dag(net, imdb, @getBatch,opts) ;
I would appreciate it if someone would help me.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!