Pytorch: Feature request: 'concat' for Variable

Created on 26 Jan 2017  路  1Comment  路  Source: pytorch/pytorch

I actually found it here: https://github.com/pytorch/pytorch/blob/f8d4f980b3df669e2c70993580d9c5b340eca97f/torch/autograd/variable.py#L765-L769

Is there any particular reason for keeping it and and a few other functions hidden (some seem to be reimplemented by the way)?

Most helpful comment

Don't call the function directly, use torch.cat([var1, var2, var3], dim).

>All comments

Don't call the function directly, use torch.cat([var1, var2, var3], dim).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Coderx7 picture Coderx7  路  3Comments

dablyo picture dablyo  路  3Comments

ikostrikov picture ikostrikov  路  3Comments

soumith picture soumith  路  3Comments

negrinho picture negrinho  路  3Comments