multi-task-learning-example icon indicating copy to clipboard operation
multi-task-learning-example copied to clipboard

How can I use the trained model for prediction? is it right to use prediction_model.predict(new_x) ?

Open Qianqian-Yang opened this issue 2 years ago • 2 comments

I'm not in the field of deep learning and computer science, but I found this work very interesting. I am confused about what should I do if I want to use the trained model for prediction? Can I achieve this goal through prediction_model.predict(new_x)? I see only the trainable_model was trained but it can not achieve prediction. Has the prediction_model been trained at the same time? Thanks very much.

Qianqian-Yang avatar Apr 17 '22 05:04 Qianqian-Yang

YES, the only change with the new method is on the loss function

Yhyyy-hhu avatar Nov 28 '22 06:11 Yhyyy-hhu

The value I predicted with prediction_model is very different from the real value. Do you have any similar problems?

yyruuu avatar Dec 02 '22 09:12 yyruuu