You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get:
thread 'layers::test_concat_split' panicked at 'called Result::unwrap() on an Err value: {inner:0x2392837d900, InvalidArgument: NodeDef missing attr 'dtype' from Op<name=TensorArrayConcatV3; signature=handle:resource, flow_in:float -> value:dtype, lengths:int64; attr=dtype:type; attr=element_shape_except0:shape,default=; is_stateful=true>; NodeDef: {{node TensorArrayConcatV3}}}', src\layers.rs:207:58
for:
let group_op = ops::tensor_array_concat_v3(handle_output.clone(), flow_output.clone(), scope)?;
where handle_output and flow_output are the corresponding outputs from a tensorarrayv3
The text was updated successfully, but these errors were encountered:
Corallus-Caninus
changed the title
ops::tensor_array_concat_v3 shorthand construction function is broken
ops::tensor_array_concat_v3 shorthand function is broken
Apr 17, 2022
tensor_array_concat_v3 doesnt build dtype attribute.
I get:
thread 'layers::test_concat_split' panicked at 'called
Result::unwrap()
on anErr
value: {inner:0x2392837d900, InvalidArgument: NodeDef missing attr 'dtype' from Op<name=TensorArrayConcatV3; signature=handle:resource, flow_in:float -> value:dtype, lengths:int64; attr=dtype:type; attr=element_shape_except0:shape,default=; is_stateful=true>; NodeDef: {{node TensorArrayConcatV3}}}', src\layers.rs:207:58for:
let group_op = ops::tensor_array_concat_v3(handle_output.clone(), flow_output.clone(), scope)?;
where handle_output and flow_output are the corresponding outputs from a tensorarrayv3
The text was updated successfully, but these errors were encountered: