Skip to main content
kmario23's user avatar
kmario23's user avatar
kmario23's user avatar
kmario23
Saarland Informatics Campus & Max-Planck-Institut für Informatik
  • Member for 10 years, 8 months
  • Last seen this week
66 votes
5 answers
74k views

PyTorch memory model: "torch.from_numpy()" vs "torch.Tensor()"

45 votes
2 answers
37k views

Understanding PyTorch einsum

29 votes
14 answers
86k views

python_2_unicode_compatible error

25 votes
3 answers
10k views

Intuition and idea behind reshaping 4D array to 2D array in NumPy

12 votes
2 answers
6k views

Efficient way to compute the Vandermonde matrix

9 votes
2 answers
5k views

what is anisotropic scaling in computer vision?

8 votes
1 answer
2k views

Snake traversal of 2D NumPy array

7 votes
1 answer
9k views

resolving package resolutions in conda

6 votes
2 answers
2k views

Retain order when taking unique rows in a NumPy array

6 votes
1 answer
3k views

Boosting the runtime of NumPy Code with NumExpr: An analysis

5 votes
3 answers
341 views

Why are ufuncs 2x faster on one axis over the other?

5 votes
5 answers
20k views

Understanding nested lambda function behaviour in python

4 votes
1 answer
3k views

List concatenation using "+=" vs "extend" in Python 2 & Python 3

4 votes
2 answers
3k views

NumPy is faster than PyTorch for larger cross or outer products

4 votes
3 answers
4k views

Efficient way to compute cosine similarity between 1D array and all rows in a 2D array

3 votes
1 answer
102 views

Efficient way of horizontal concatenation without tiling

3 votes
1 answer
1k views

PyTorch autocomplete (code completion) in Sublime Text 3

3 votes
3 answers
748 views

flattening of a numpy array along columns, in the order: lower triangle, diagonal, upper triangle

3 votes
4 answers
607 views

How to run a shell script over ssh with resource(.txt files) in one machine and the script in another machine?

3 votes
1 answer
2k views

How to ignore case while doing most_common in Python's collections.Counter?

3 votes
3 answers
3k views

Split feature maps (3D arrays) into 2D arrays

2 votes
1 answer
103 views

Understanding object.__flags__ and ndarray.__flags__

2 votes
0 answers
539 views

Updating batch image array in-place when using joblib

2 votes
2 answers
4k views

How to copy/yank only the current word which has only alphanumeric characters in Vim

2 votes
2 answers
2k views

Fast and efficient way of serializing and retrieving a large number of numpy arrays from HDF5 file

2 votes
1 answer
689 views

Slowness of numpy.ceil and numpy.clip in ReLU thresholding: where is the bottleneck?

2 votes
2 answers
1k views

Randomly sample N lines from two text files(parallel corpus) consistently

1 vote
1 answer
3k views

Installing packages in base anaconda environment

1 vote
1 answer
226 views

Computing a "moving sum of counts" on a NumPy array

1 vote
1 answer
170 views

Odd behaviour of "out" argument in torch.empty()