dongzhen123
dongzhen123
I think it is a good idea to use the pretrained model on imagenet to transfer to cifar10,and the imput size should also be modified to 224.
want to ask the same question
> Hi @longzeyilang, > > The ['jit.get_trace_graph'](https://github.com/pytorch/pytorch/blob/8240db11e193b0334a60a33d9fc907ebc6ba6987/torch/jit/__init__.py#L240) API accepts a list for the `dummy_input` input: "positional arguments to pass to the function/module to be traced", so passing multiple inputs is...