auto state-dict and remove the way the model is loaded during hpc
This commit is contained in:
parent
e2c7fa44b7
commit
aacf1947ea
|
@ -4,6 +4,7 @@ import re
|
|||
import pdb
|
||||
from pytorch_lightning.pt_overrides.override_data_parallel import LightningDistributedDataParallel, LightningDataParallel
|
||||
|
||||
|
||||
class ModelIO(object):
|
||||
|
||||
def load_model_specific(self, checkpoint):
|
||||
|
|
Loading…
Reference in New Issue