Yi Jianlong
Yi Jianlong
pytorch version: 1.6.0 ``` import sys import torch import tensorwatch as tw import torchvision.models alexnet_model = torchvision.models.alexnet() tw.draw_model(alexnet_model, [1, 3, 224, 224]) ```
I want to use imshow to display a raw rgb picture, it seems that not support .
I want to to use the remote machine to access some webpage, but this seems not work
只使用笔记本的高分辨率屏时,图标按钮大小字体都正常; 台式机直接使用低分辨率屏时(1080p, 23 inch),图标按钮大小字体也都正常; 【问题】 高分辨率的笔记本外接一个屏幕(1080p, 23 inch),初始IDE UI在笔记本上,移动到外接显示器,按钮变得巨大,调小比例也改善不了,还会使得用回高分屏时图标太小。