From 38840da25abe8931003da86be51da18f6e635a4e Mon Sep 17 00:00:00 2001 From: Tom Koren Date: Thu, 2 Jan 2025 23:11:50 +0200 Subject: [PATCH] remove redundent TFOPLambda --- onnx2kerastl/customonnxlayer/onnxeinsum.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/onnx2kerastl/customonnxlayer/onnxeinsum.py b/onnx2kerastl/customonnxlayer/onnxeinsum.py index 3dc0bae1..6d35fc7c 100644 --- a/onnx2kerastl/customonnxlayer/onnxeinsum.py +++ b/onnx2kerastl/customonnxlayer/onnxeinsum.py @@ -1,6 +1,5 @@ from typing import Any, Optional, List - -from keras.layers import Layer, TFOpLambda +from keras.layers import Layer import tensorflow as tf import numpy as np