Skip to content

Commit 4e7c023

Browse files
committed
rm
1 parent 8a936d2 commit 4e7c023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/exporters/tflite/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ def __init__(
170170
nb_points_per_image: Optional[int] = None,
171171
):
172172
super().__init__(config=config, task=task, int_dtype="int64", float_dtype="fp32")
173+
173174
self.mandatory_axes = ()
174175
self._axes: Dict[str, int] = {}
175-
self.task = task
176176

177177
# To avoid using **kwargs.
178178
axes_values = {

0 commit comments

Comments
 (0)