linaa98 commited on
Commit
54b9b5c
·
verified ·
1 Parent(s): f0915d5

Update utils/ops/tensor_ops.py

Browse files
Files changed (1) hide show
  1. utils/ops/tensor_ops.py +2 -3
utils/ops/tensor_ops.py CHANGED
@@ -1,7 +1,6 @@
1
  # -*- coding: utf-8 -*-
2
- # @Time : 2020
3
- # @Author : Lart Pang
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