Update utils/ops/tensor_ops.py
Browse files- utils/ops/tensor_ops.py +2 -3
utils/ops/tensor_ops.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
-
#
|
| 3 |
-
|
| 4 |
-
# @GitHub : https://github.com/lartpang
|
| 5 |
import torch
|
| 6 |
import torch.nn.functional as F
|
| 7 |
|
|
|
|
| 1 |
# -*- coding: utf-8 -*-
|
| 2 |
+
#Author: Lart Pang (https://github.com/lartpang)
|
| 3 |
+
|
|
|
|
| 4 |
import torch
|
| 5 |
import torch.nn.functional as F
|
| 6 |
|