thbndi commited on
Commit
72ca619
·
1 Parent(s): 2adf100

Update Mimic4Dataset.py

Browse files
Files changed (1) hide show
  1. Mimic4Dataset.py +0 -1
Mimic4Dataset.py CHANGED
@@ -422,7 +422,6 @@ def getXY_deep(data,task,feat_cond,feat_proc,feat_out,feat_chart,feat_meds,feat_
422
  out = dyn['OUT']
423
  out=out.to_numpy()
424
  out = torch.tensor(out, dtype=torch.long)
425
- out=out.view(out.shape[1],out.shape[2])
426
  out = out.tolist()
427
 
428
  if feat_lab:
 
422
  out = dyn['OUT']
423
  out=out.to_numpy()
424
  out = torch.tensor(out, dtype=torch.long)
 
425
  out = out.tolist()
426
 
427
  if feat_lab: