Vageesh1 commited on
Commit
b106ffd
1 Parent(s): 2bbf6c5

Update helper.py

Browse files
Files changed (1) hide show
  1. helper.py +1 -1
helper.py CHANGED
@@ -1,5 +1,5 @@
1
  import torch
2
- import torchaudio.functional as F
3
  import matplotlib.pyplot as plt
4
  from pesq import pesq
5
  from pystoi import stoi
 
1
  import torch
2
+ import torch.nn.functional as F
3
  import matplotlib.pyplot as plt
4
  from pesq import pesq
5
  from pystoi import stoi