131250208 / TPlinker-joint-extraction

438 stars 94 forks source link

Does using a different batch_size influence the performance of TPLinkerPlus for model prediction? #52

Open jarork opened 3 years ago

jarork commented 3 years ago

I trained the model with a batch_size of 28; theoretically, would I get a poorer result if I lower the batch_size to 10 at the evaluation stage (prediction)?

131250208 commented 3 years ago

Predicted results have nothing to do with batch size. This could be verified by setting different batch sizes to the same model when predicting.