WadonLiu

Results 3 issues of WadonLiu

如题 我把下面的代码注释了 ``` with strategy.scope(): if 'ShuffleNet' in cfg.MODEL.net_structure: model=SimpleFace_shufflenet() else: model = SimpleFace_mobilenet() ##run a time to build image = np.zeros(shape=(1, 160, 160, 3), dtype=np.float32) model(image) ###recover weights if...

我把restart注掉,应用进后台计时器停止,进后台计时器开始, 但是有几率重叠,我在scrollAnimate里判断如果label1和label2 重叠,将label1和label2复位, 这么处理的, 但是我没发现重叠的原因 ,你发现了吗?