linhl97

Results 1 comments of linhl97

> replace `net.load_state_dict(new_state_dict)` with `net.load_state_dict(new_state_dict, strict=False)` in the train_test.py works for me Thanks for your advice !