本文介绍: RepLKNet 学习笔记

目录

原版测试代码:

torch版本:

RepLKNet 哔哩哔哩


1060显卡,224*224,平均时间10ms以内。

import time

import torch

from unireplknet import unireplknet_a

if __name__ == '__main__':
    net = unireplknet_a()

    net.cuda()
    net.eval()


    for i in range(20):

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注