Lornatang commited on
Commit
54795a4
·
1 Parent(s): 45a17ea

fix problem

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