Open sbuergers opened 11 months ago
At the moment any ML model or metric from SAM requires tensorflow as a dependency, because of imports in their respective __init__.py files. We should make those imports optional.
tensorflow
__init__.py
WIP:
At the moment any ML model or metric from SAM requires
tensorflow
as a dependency, because of imports in their respective__init__.py
files. We should make those imports optional.WIP:
82