Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
state_temp_dict = torch.load(args['model_file']) to state_temp_dict = torch.load(args['model_file'], map_location=device)
- Loading branch information