xgbj

Results 3 issues of xgbj

求问为啥后面的neon指令看上去并没有加速很多?这里面的原因是为啥?

**Describe the bug** the upsample flops compute code : `def _upsample_flops_compute(*args, **kwargs): scale_factor = kwargs.get('scale_factor', None) if scale_factor is None and len(args) > 2: scale_factor = args[2] assert scale_factor is...

bug
training