Skip to content

Commit

Permalink
chore: Remove unused assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
apage224 committed Aug 16, 2024
1 parent 13c2732 commit 16fd208
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 331 deletions.
10 changes: 0 additions & 10 deletions docs/assets/modes/python-download-snippet.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/assets/modes/python-evaluate-snippet.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/assets/modes/python-export-snippet.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/assets/modes/python-train-snippet.md

This file was deleted.

29 changes: 0 additions & 29 deletions docs/assets/usage/python-demo-snippet.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/assets/usage/python-download-snippet.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/assets/usage/python-evaluate-snippet.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/assets/usage/python-export-snippet.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/assets/usage/python-full-snippet.md

This file was deleted.

39 changes: 0 additions & 39 deletions docs/assets/usage/python-train-snippet.md

This file was deleted.

4 changes: 2 additions & 2 deletions heartkit/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@


class ModelFactoryItem(Protocol):
def __call__(self, x: keras.KerasTensor, params: dict, num_classes: int) -> keras.Model: ...

"""ModelFactoryItem is a protocol for model factory items.
Args:
Expand All @@ -21,8 +23,6 @@ class ModelFactoryItem(Protocol):
keras.Model: Model
"""

def __call__(self, x: keras.KerasTensor, params: dict, num_classes: int) -> keras.Model: ...


ModelFactory = nse.utils.ItemFactory[ModelFactoryItem].shared("HKModelFactory")

Expand Down

0 comments on commit 16fd208

Please sign in to comment.