Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Jan 29, 2025
1 parent 8a936d2 commit 4e7c023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/exporters/tflite/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ def __init__(
nb_points_per_image: Optional[int] = None,
):
super().__init__(config=config, task=task, int_dtype="int64", float_dtype="fp32")

self.mandatory_axes = ()
self._axes: Dict[str, int] = {}
self.task = task

# To avoid using **kwargs.
axes_values = {
Expand Down

0 comments on commit 4e7c023

Please sign in to comment.