JeiKeiLim / kindle

Making a PyTorch model easier than ever!
https://limjk.ai/kindle/
MIT License
78 stars 7 forks source link

PreTrained works only with PreTrainedFeatureMap #38

Closed JeiKeiLim closed 3 years ago

JeiKeiLim commented 3 years ago

As is

backbone:
    # [from, repeat, module, args]
    [
        [-1, 1, UpSample, []],
        [-1, 1, PreTrained, [efficientnet_b0, True]],
        [-1, 1, Conv, [10, 1]
     ]

How it should be