QiQi

Results 3 comments of QiQi

需要安装lapack sudo apt-get install liblapack-dev

> @lz100 请问中文标签是如何实现的,能共享一下代码吗? 改下label就好了吧 https://github.com/AIZOOTech/FaceMaskDetection/blob/master/pytorch_infer.py#L27

@cgf120 Did you solve the problem ? Maybe this is a way to avoid using normal_ in GFPGAN : ```python # noise = out.new_empty(b, 1, h, w).normal_() noise = torch.randn_like(out.new_empty(b,...