File size of resnet18 model (pretrained vs. from scratch)

This is actually also the right answer for my question in this thread. If I save my model with

learner.save('foo.model', with_opt=False)

the file size is reduced to 47 MB :slight_smile:

1 Like