上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页
摘要: 参考链接:https://blog.csdn.net/u014381600/article/details/54588531 阅读全文
posted @ 2019-04-01 09:45 outthinker 阅读(435) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/andywenzhi/p/7453374.html?tdsourcetag=s_pcqq_aiomsg(写的蛮好) python中的赋值操作“=”和C++中的赋值操作"="还是有很大区别的,这点需要注意! 比如例1: C++和python操作后会 阅读全文
posted @ 2019-03-28 11:52 outthinker 阅读(24315) 评论(2) 推荐(1)
摘要: 关于迭代器等概念参考:https://www.cnblogs.com/zf-blog/p/10613533.html 关于pytorch中的DataLoader类参考:https://blog.csdn.net/u014380165/article/details/79058479(写的蛮好) 现在 阅读全文
posted @ 2019-03-28 11:33 outthinker 阅读(5806) 评论(0) 推荐(0)
摘要: 参考链接:https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/00143178254193589df9c612d2449618ea460e7a672a366000?tdsourceta 阅读全文
posted @ 2019-03-28 10:55 outthinker 阅读(4869) 评论(1) 推荐(2)
摘要: 参考链接:http://www.voidcn.com/article/p-fsdktdik-bry.html 该pin_memory参数与锁页内存、不锁页内存以及虚拟内存三个概念有关; 锁页内存理解(pinned memory or page locked memory):https://blog. 阅读全文
posted @ 2019-03-28 10:13 outthinker 阅读(5049) 评论(0) 推荐(2)
摘要: 记录一下pytorch如何进行单机多卡训练: 官网例程:https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html 下面以一个例子讲解一下,例如现在总共有8张卡,在第5、6、7三张卡上进行训练; step 1:可视 阅读全文
posted @ 2019-03-26 12:17 outthinker 阅读(1117) 评论(0) 推荐(0)
摘要: conda install opencv-python或者 pip install opencv-python(不过好像是这个比较有效) 阅读全文
posted @ 2019-03-25 17:49 outthinker 阅读(35331) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-03-22 14:37 outthinker 阅读(3504) 评论(0) 推荐(0)
摘要: 参考:https://blog.csdn.net/omnispace/article/details/54942668 上面这篇博客讲的很好! PS: (1)wgan中的weight cliping后面又被升级为gradient penalty; 参考:http://www.sohu.com/a/1 阅读全文
posted @ 2019-03-21 14:58 outthinker 阅读(1082) 评论(0) 推荐(0)
摘要: (1)FCN中引入的四种Metrics: 阅读全文
posted @ 2019-03-20 15:24 outthinker 阅读(323) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页