+2 votes
in NumPy by
how to identified datatyp for numpy array?

1 Answer

0 votes
by

print(‘\n data type num 1 ‘,num.dtype)

print(‘\n data type num 2 ‘,num2.dtype)

print(‘\n data type num 3 ‘,num3.dtype)

Related questions

0 votes
asked Aug 7, 2021 in PyTorch by sharadyadav1986
+2 votes
asked Jul 3, 2021 in NumPy by sharadyadav1986
...