Are numpy array value’s supposed to be different from the tensorflow tensor values (the one it was converted from)
If no, then why in “Data in Tensorflow” Video at “9:12” it is
If yes, why ?
Are numpy array value’s supposed to be different from the tensorflow tensor values (the one it was converted from)
If no, then why in “Data in Tensorflow” Video at “9:12” it is
If yes, why ?
Hello @MOHIT_KUKKAR
This is a Typo - The values in the converted numpy array (a1.numpy()) should be exactly the same as in the tensor (a1)