Describe
Model I am using LayoutLM :
I use some my own dataset to train the Sequence Labeling Task, the process was normal and completed well.
And the loss graph that use tensorboard looks convergency.
But now I found that to the same data ,the evaluated result from the fine-tuning trained model is same as the pre-trained model evaluated. Sames like the fine-tuning model had not been used?
Did you have this problem?
Did I do something wrong?
Describe Model I am using LayoutLM : I use some my own dataset to train the Sequence Labeling Task, the process was normal and completed well. And the loss graph that use tensorboard looks convergency. But now I found that to the same data ,the evaluated result from the fine-tuning trained model is same as the pre-trained model evaluated. Sames like the fine-tuning model had not been used? Did you have this problem? Did I do something wrong?