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

Refactor with return-early pattern #61

Closed kozistr closed 2 years ago

kozistr commented 2 years ago

Change Log

martinsbruveris commented 2 years ago

Thx for the contribution! Makes sense to write it that way.

Will merge once unit tests pass.