/opt/conda/lib/python3.7/site-packages/tensorflow/python/keras/engine/base_layer.py in _split_out_first_arg(self, args, kwargs)
3046 else:
3047 raise ValueError(
→ 3048 ‘The first argument to Layer.call
must always be passed.’)
3049 return inputs, args, kwargs
3050
ValueError: The first argument to Layer.call
must always be passed.
I cannot figure out what the syntax should be