Thanks.
Ok, tell me just if I understood it right. I got to load a pretrained model from torchvision.models and then adding a custom head identical to fastai’s by using nn.Sequential()
. Am I right?
Thanks.
Ok, tell me just if I understood it right. I got to load a pretrained model from torchvision.models and then adding a custom head identical to fastai’s by using nn.Sequential()
. Am I right?