InsightFace_TF icon indicating copy to clipboard operation
InsightFace_TF copied to clipboard

train_nets.py

Open sharonjunjun opened this issue 6 years ago • 1 comments

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'

sharonjunjun avatar Jul 30 '18 04:07 sharonjunjun

Layer.init(self, name=name,prev_layer=None)

pEko97 avatar Aug 01 '18 23:08 pEko97