上一页 1 ··· 548 549 550 551 552 553 554 555 556 ··· 617 下一页

2019年7月26日

摘要: 切换 阅读全文
posted @ 2019-07-26 10:17 lydstory 阅读(141) 评论(0) 推荐(0)
摘要: 语法树 https://www.cnblogs.com/zhuchengyang/p/7692626.html https://www.cnblogs.com/yuris115/p/5724753.html https://www.cnblogs.com/csj2018/p/9860406.html 阅读全文
posted @ 2019-07-26 10:00 lydstory 阅读(174) 评论(0) 推荐(0)

2019年7月25日

摘要: #include "stdafx.h" #include using namespace std; class ControlPosition { public: int conbit; private: vector m_Entites; }; int _tmain(int argc, _TCHAR* argv[]) { return 0; } 阅读全文
posted @ 2019-07-25 17:39 lydstory 阅读(172) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/0fee49c58caa 阅读全文
posted @ 2019-07-25 17:31 lydstory 阅读(123) 评论(0) 推荐(0)

2019年7月23日

摘要: https://www.cnblogs.com/justwake/p/3292897.html 阅读全文
posted @ 2019-07-23 16:01 lydstory 阅读(269) 评论(0) 推荐(0)

2019年7月21日

摘要: 【转】:https://blog.csdn.net/Giser_D/article/details/83149696 阅读全文
posted @ 2019-07-21 14:53 lydstory 阅读(397) 评论(0) 推荐(0)
摘要: 【转】:https://blog.csdn.net/liangjisheng/article/details/67642491 阅读全文
posted @ 2019-07-21 14:44 lydstory 阅读(254) 评论(0) 推荐(0)
摘要: Result:=OSVI.dwPlatformId; { 返回值: 为0表示为win3x系统; 为1表示为win9x系统; 为2表示为winNT; 为3表示为win2000系统; } 阅读全文
posted @ 2019-07-21 14:23 lydstory 阅读(843) 评论(0) 推荐(0)

2019年7月20日

摘要: QDateTime time1; QDateTime time2; uint stime = time1.toTime_t(); uint etime = time2.toTime_t(); int tRet = stime - etime; 通过判断tRet的值来判断time1、time2的大小 阅读全文
posted @ 2019-07-20 20:12 lydstory 阅读(355) 评论(0) 推荐(0)
摘要: solver文件 是一堆超参数,比如迭代次数,是否用GPU,多少次迭代暂存一次训练所得参数,动量项,权重衰减(即正则化参数),基本的learning rate,多少次迭代打印一次loss,以及网络结构描述文件(即model文件)存储位置,等等 比如: lenet_solver.prototxt mo 阅读全文
posted @ 2019-07-20 01:05 lydstory 阅读(203) 评论(0) 推荐(0)
上一页 1 ··· 548 549 550 551 552 553 554 555 556 ··· 617 下一页

导航