Skip to content

Commit

Permalink
Remove unnecessary generic Callback class (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice authored Dec 3, 2024
1 parent b40ef22 commit 7008e89
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 297 deletions.
2 changes: 0 additions & 2 deletions project/algorithms/callbacks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from .callback import Callback
from .classification_metrics import ClassificationMetricsCallback
from .samples_per_second import MeasureSamplesPerSecondCallback

__all__ = [
"Callback",
"ClassificationMetricsCallback",
"MeasureSamplesPerSecondCallback",
]
273 changes: 0 additions & 273 deletions project/algorithms/callbacks/callback.py

This file was deleted.

Loading

0 comments on commit 7008e89

Please sign in to comment.