tensorflow / lattice

Lattice methods in TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tf.TensorShape should get only one argument

devavratTomar opened this issue · comments

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, ...])

Thanks for catching this!

Fixed in 2.0.4.