Closed devavratTomar closed 4 years ago
I received an error when https://github.com/tensorflow/lattice/blob/master/tensorflow_lattice/python/parallel_combination_layer.py#L152 this line was executed by me.
it should be replaced by tf.TensorShape([None, ...])
tf.TensorShape([None, ...])
Thanks for catching this!
Fixed in 2.0.4.
I received an error when https://github.com/tensorflow/lattice/blob/master/tensorflow_lattice/python/parallel_combination_layer.py#L152 this line was executed by me.
it should be replaced by
tf.TensorShape([None, ...])