79517503

Date: 2025-03-18 13:02:30
Score: 1.5
Natty:
Report link
>>> X_ordered = np.take_along_axis(X, np.expand_dims(idx, (2, 3)), 1)
>>> X_ordered.shape
(2, 10, 64, 64)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: John Dawson