Run »
×
Change Orientation
import numpy as np arr = np.array([1, 2, 3, 4], ndmin=5) print(arr) print('shape of array :', arr.shape)
[[[[[1 2 3 4]]]]]
shape of array : (1, 1, 1, 1, 4)
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit