LIU Ruilun
LIU Ruilun
> Hello, I got an easy problem that I can't change the font size of the color bar, for example, the font size of default output "Feature value".  I...
谢谢提示!
> is that the correct package.json to modify > i believe its the package.json related to this extension > if you look in .vscode/extensions.tht13.python youll see: > "jsonValidation": [ >...
I load successfully after removing the ```map_location=self.device```, here is the solusion: ``` state_dict = torch.load(path) model.net.load_state_dict(state_dict) ```