Open PrithivirajDamodaran opened 2 years ago
Hello there - I am trying to load pre-trained checkpoints from original author's page. Are there changes in the implementation of the model here? None of the checkpoints are loading citing differences in layers.
Hey @PrithivirajDamodaran Try this, model.load_state_dict(state_dict, strict=False).
model.load_state_dict(state_dict, strict=False)
Hello there - I am trying to load pre-trained checkpoints from original author's page. Are there changes in the implementation of the model here? None of the checkpoints are loading citing differences in layers.