martinsbruveris / tensorflow-image-models

TensorFlow port of PyTorch Image Models (timm) - image models with pretrained weights.
https://tfimm.readthedocs.io/en/latest/
Apache License 2.0
286 stars 25 forks source link

Fix typo #22

Closed gietema closed 2 years ago

gietema commented 2 years ago

First PR: Replaces transfer_weigths with transfer_weights

martinsbruveris commented 2 years ago

Thx!