Skip to content

Commit

Permalink
Update am_dataloader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-yq committed Jan 3, 2021
1 parent da46bcc commit 926832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataloaders/am_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def return_data_types(self):
if self.LAS:
return (tf.float32, tf.float32, tf.int32, tf.int32, tf.int32,tf.float32)
else:
return (tf.float32, tf.float32, tf.int32, tf.int32, tf.int32)
return (tf.float32, tf.int32, tf.int32, tf.int32)
def return_data_shape(self):
f,c=self.speech_featurizer.compute_feature_dim()
if self.LAS:
Expand Down

0 comments on commit 926832c

Please sign in to comment.