We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Torch for Numpy users (markdown)
fixed nElement to nelement
Add equivalent of np.fill, np.multiply, ndarray.dot for torch. Tested on both numpy and torch.
torch.linspace is not suited to generate indices. It is better to use torch.range
np.nonzero returns indices while x:gt(0) returns a vector of 1/0 values; replaced Torch entry in the table with actual equivalence
minor python syntax error
Illustration of Torch equivalent of numpy's indexing operator ':'
Created Torch for Numpy users (markdown)