roseDwayane commited on
Commit
e165f11
·
1 Parent(s): eb0595a
Files changed (2) hide show
  1. 491_3.csv +0 -0
  2. utils.py +2 -2
491_3.csv ADDED
The diff for this file is too large to render. See raw diff
 
utils.py CHANGED
@@ -176,8 +176,8 @@ def decode_data(data, std_num, mode=5):
176
 
177
  # 4. numpy
178
  #print(decode.shape)
179
- #decode = np.array(decode.cpu()).astype(np.float64)
180
- decode = np.array(decode).astype(np.float64)
181
 
182
  return decode
183
 
 
176
 
177
  # 4. numpy
178
  #print(decode.shape)
179
+ decode = np.array(decode.cpu()).astype(np.float64)
180
+ #decode = np.array(decode).astype(np.float64)
181
 
182
  return decode
183