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

Require at least tensorflow 2.13 #100

Closed MSchnei closed 10 months ago

MSchnei commented 10 months ago

Require at least tensorflow 2.13, which is apple silicon (m1/m2) compatible.

MSchnei commented 10 months ago

I am still running into issues with poetry and tf on a mac M1 (even though tf installs successfully via poetry the module import fails). So closing this MR to leave things as they are (pip install tfimm still works even on apple silicon)