Yi Zhou
Results
1
issues of
Yi Zhou
I was able to resume training by only 'load_state_dict' in monitor peer before using hivemind 1.0.0 version. The code looks like this: ``` # monitor peer if load_from_pretrained: self.model.load_state_dict(torch.load("pytorch_model.bin", map_location="cpu"),...