DevashishPrasad / CascadeTabNet

This repository contains the code and implementation details of the CascadeTabNet paper "CascadeTabNet: An approach for end to end table detection and structure recognition from image-based documents"
MIT License
1.49k stars 427 forks source link

Training Warning for config file #80

Open anshulp2912 opened 4 years ago

anshulp2912 commented 4 years ago

Log:

2020-09-03 10:32:51,047 - mmdet - INFO - load model from: open-mmlab://msra/hrnetv2_w32
2020-09-03 10:32:57,393 - mmdet - WARNING - The model and loaded state dict do not match exactly

unexpected key in source state_dict: incre_modules.0.0.conv1.weight, incre_modules.0.0.bn1.weight, incre_modules.0.0.bn1.bias, incre_modules.0.0.bn1.running_mean, incre_modules.0.0.bn1.running_var, incre_modules.0.0.bn1.num_batches_tracked.......

Is this warning an error in training the model correctly?

iazdan commented 3 years ago

Log:

2020-09-03 10:32:51,047 - mmdet - INFO - load model from: open-mmlab://msra/hrnetv2_w32
2020-09-03 10:32:57,393 - mmdet - WARNING - The model and loaded state dict do not match exactly

unexpected key in source state_dict: incre_modules.0.0.conv1.weight, incre_modules.0.0.bn1.weight, incre_modules.0.0.bn1.bias, incre_modules.0.0.bn1.running_mean, incre_modules.0.0.bn1.running_var, incre_modules.0.0.bn1.num_batches_tracked.......

Is this warning an error in training the model correctly?

I got a similar error! Were you be able to fix it?