
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
pix2pix的模型测试。
swin-trans
pix2pix的模型测试。
https://bbs.cvmart.net/articles/4992https://www.jiqizhixin.com/articles/2020-03-09-2https://zhuanlan.zhihu.com/p/34142321https://segmentfault.com/a/1190000022285081
模型压缩(参数修剪、神经元修剪、知识蒸馏、参数量化、结构设计、动态计算)
@【TOC】使用多张GPU进行训练的代码os.environ["CUDA_VISIBLE_DEVICES"] = "0,1,2,3"device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")print(device)model = getModel(args)if torch.cuda.device_count()
模型压缩(参数修剪、神经元修剪、知识蒸馏、参数量化、结构设计、动态计算)
Ubuntu下出现的问题,Windows下不可以。下载cocoapixiaoxie@xiaoxie-Z10PE-D8-WS:~$ cd ~/data/yx/pythonxiaoxie@xiaoxie-Z10PE-D8-WS:~/data/yx/python$ git clone https://github.com/cocodataset/cocoapi.gitmake编译xiaoxie@xiao







