原文:(原)SphereFace及其pytorch代码

转载请注明出处: http: www.cnblogs.com darkknightzh p .html 论文: SphereFace: Deep Hypersphere Embedding for Face Recognition https: arxiv.org abs . http: wyliu.com papers LiuCVPR v .pdf 官方代码: https: github.com ...

2018-03-07 19:54 3 3923 推荐指数:

查看详情

深度学习(PYTORCH)-3.sphereface-pytorch.lfw_eval.py详解

pytorch版本sphereface的原作者地址:https://github.com/clcarwin/sphereface_pytorch 由于接触深度学习不久,所以花了较长时间来阅读源码,以下对项目中的lfw_eval.py文件做了详细解释 (不知是版本问题还是作者code有误,原代码 ...

Thu Mar 08 00:29:00 CST 2018 0 1658
pytorch中使用TensorRT

转载请注明出处: https://www.cnblogs.com/darkknightzh/p/11332155.html 代码网址: https://github.com/darkknightzh/TensorRT_pytorch 参考网址: tensorrt安装包的sample ...

Sun Aug 11 00:48:00 CST 2019 2 6317
[]写出好代码

写出好代码 1.写出好看的代码 如果别人看了你10%的代码感觉很混乱,那么他就可以否定你剩下的90%的代码,谁都不想成为被别人看扁的programmer。所以严格要求自己写出好代码代码不是写个自己看的,代码好不好看就是代表 ...

Sun Jun 17 06:43:00 CST 2012 5 1779
PyTorch中使用指定的GPU

转载请注明出处: http://www.cnblogs.com/darkknightzh/p/6836568.html PyTorch默认使用从0开始的GPU,如果GPU0正在运行程序,需要指定其他GPU。 有如下两种方法来指定需要使用的GPU。 1. 类似tensorflow指定 ...

Thu May 11 00:20:00 CST 2017 6 83426
Pytorch CGAN代码

我写的CGAN(Conditional GAN)代码是在DCGAN(Deep Convolution Generative Adversarial Networks)的基础上形成的,DCGAN的优点在于使用了卷积,比全连接层训练时更少的使用数据。因为看了几份CGAN的代码,有的train的时候再 ...

Fri Jan 08 06:14:00 CST 2021 1 1109
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM