zengnanhua

Results 6 comments of zengnanhua

可以直接 用 Method.invoke 更加直接

怎么导入模型参数不参与训练 如: model = models.vgg16(pretrained = True) for param in model.parameters(): param.requires_grad = False

model = models.vgg16(pretrained = True) How to import the trained parameters of python tourch model

@scott-xu 怎么动态变化 CreateShellStream创建完 就不能更改了

重新创建 环境就不一样了 比如到cd 到了某个文件夹 ,请问一下有没有其他方式

python 这个包(paramiko)有 worker.chan.resize_pty(*resize) 这样的一个方法 ,,不知道他怎么实现的