Closed ljj7975 closed 3 years ago
The instruction may not be up to date for CPU version
Issue is that torch.load requires the device to be specified. otherwise it will use the device that was saved along with the model.
solution is to pass the self.device to laod_model function of hubconf.py
The instruction may not be up to date for CPU version