-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception for empty.tail #118
Comments
Below is a small example in which the output tensor is scalar.
TensorFrame is capable to infer the block size as
But when trying to run
|
It seems that For this example, changing |
@phi-dbq thanks. Yes, this error should be made more explicit. Just to confirm, in that case the shape of |
@thunterdb thanks. Currently tf.reduce_mean without specifying the |
tensorframes/src/main/scala/org/tensorframes/Shape.scala
Line 49 in 9a4f596
https://stackoverflow.com/questions/18647874/safely-get-tail-of-array
The text was updated successfully, but these errors were encountered: