Merge pull request #70 from Lornatang/fix-reference-bugs
Browse files- 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 |
|