Skip to content

Commit a37b568

Browse files
committed
Create an interface for weight conversion
- Instead of having one module per conversion, use one module, and individual classes will handle the logic of the conversion - Create an abstract class to have a common interface among conversions
1 parent fbbfc57 commit a37b568

File tree

13 files changed

+561
-513
lines changed

13 files changed

+561
-513
lines changed

bioimageio/core/weight_converter/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

bioimageio/core/weight_converter/keras/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

bioimageio/core/weight_converter/keras/_tensorflow.py

Lines changed: 0 additions & 164 deletions
This file was deleted.

bioimageio/core/weight_converter/torch/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

bioimageio/core/weight_converter/torch/_onnx.py

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)