mirror of https://github.com/JDAI-CV/fast-reid.git
fix for lint_python
parent
54f96ba78a
commit
0572765085
|
@ -8,7 +8,7 @@ import math
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from torch import nn
|
from torch import nn, Tensor
|
||||||
|
|
||||||
|
|
||||||
def weights_init_kaiming(m):
|
def weights_init_kaiming(m):
|
||||||
|
|
Loading…
Reference in New Issue