Open zhenzi0322 opened 1 year ago
Why do predictions also require paired data to make predictions?
It doesn't, just write your own prediction script and use the model's set_input function. The forward function should only need the input to the prediction.
set_input
Why do predictions also require paired data to make predictions?