LIU Ruilun

Results 4 comments of 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". ![image](https://user-images.githubusercontent.com/52752198/91664104-9c7a5d80-eb1f-11ea-9030-29ec710e0207.png) 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) ```