Skip to content

squeeze dimension after mean / sum #289

@glample

Description

@glample

Currently,

torch.FloatTensor(3, 4).normal_().sum(0)

returns a vector of shape (1, 4), but shouldn't the dimension over which we sum / mean / etc disappear?

Metadata

Metadata

Assignees

Labels

todoNot as important as medium or high priority tasks, but we will work on these.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions