deepmind-research icon indicating copy to clipboard operation
deepmind-research copied to clipboard

Fix calculation of the output shape for BasicDecoder

Open manifest opened this issue 4 years ago • 0 comments

Currently, the entire ndarray is passed to the function output_shape(.) instead of ndarray's shape.

manifest avatar Sep 04 '21 13:09 manifest