You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I save all image throw save.image("all_value.rdata"),then if I load it ,the trained-model could not be use to predict again!!
it throw the error below:
predscores <- predict_GSModel(GSModel = trainGSmodel,testMat = Markers[testIdx,],markerImage=markerImage)
Error in .External(list(name = "CppMethod__invoke_notvoid", address = <pointer: (nil)>, :
NULL value passed as symbol address
The text was updated successfully, but these errors were encountered:
if I save all image throw save.image("all_value.rdata"),then if I load it ,the trained-model could not be use to predict again!!
it throw the error below:
The text was updated successfully, but these errors were encountered: