glenn-jocher commited on
Commit
ace56eb
·
unverified ·
2 Parent(s): 45a17ea 54795a4

Merge pull request #70 from Lornatang/fix-reference-bugs

Browse files
Files changed (1) hide show
  1. utils/activations.py +1 -1
utils/activations.py CHANGED
@@ -1,5 +1,5 @@
1
  import torch
2
- import torch.functional as F
3
  import torch.nn as nn
4
 
5
 
 
1
  import torch
2
+ import torch.nn.functional as F
3
  import torch.nn as nn
4
 
5