kyegomez / zeta

Build high-performance AI models with modular building blocks
https://zeta.apac.ai
Apache License 2.0
391 stars 37 forks source link

[FIX][CLEANUP] Module import, remove version testing in code #146

Closed evelynmitchell closed 7 months ago

evelynmitchell commented 7 months ago

Tests were failing with a bad import:

from torch import Module

in freeze layers.

There were also several instances of checking for and handling old version of pytorch, which I removed now that dependencies are handled by poetry.

evelynmitchell commented 7 months ago

Exposed seek_all_images to fix erroring tests.