Flatten batch in tensorflow

前端 未结 3 2147
小鲜肉
小鲜肉 2020-12-05 04:45

I have an input to tensorflow of shape [None, 9, 2] (where the None is batch).

To perform further actions (e.g. matmul) on it I need to tra

3条回答
提交回复
热议问题