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
We cannot call RetrainDnnModel method publicly and manually because of this commit ( #4362 ).
I think that regression tasks by TensorflowRetrain (RetrainDnnModel ) only can predict multiple-values.
So I think that Access-Modifiers of RetrainDnnModel should be public if no way for predicting multiple-values.
The text was updated successfully, but these errors were encountered:
ref: #4307
We cannot call
RetrainDnnModel
method publicly and manually because of this commit ( #4362 ).I think that regression tasks by TensorflowRetrain (RetrainDnnModel ) only can predict multiple-values.
So I think that Access-Modifiers of
RetrainDnnModel
should be public if no way for predicting multiple-values.The text was updated successfully, but these errors were encountered: