InsightFace_TF
InsightFace_TF copied to clipboard
train_nets.py
net = get_resnet(images,.....) net = BatchNormLayer() Layer.init(self, name=name) tensorlayer/decorators/deprecated_alias.py,line24,in wrapper return f(*args, **kwargs) TypeError:init() missing 1 required positional argument: 'prev_layer'
Layer.init(self, name=name,prev_layer=None)