上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: Python time time()方法 描述 Python time time() 返回当前时间的时间戳。 语法 time()方法语法: time.time() 参数 NA。 返回值 返回当前时间的时间戳(1970纪元后经过的浮点秒数)。 实例 以下实例展示了 time() 函数的使用方法: #! 阅读全文
posted @ 2020-06-02 10:33 像阳光,像春天 阅读(306) 评论(0) 推荐(0) 编辑
摘要: print(torch.arange(0, 20)) tensor([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19])>>> print(torch.arange(0, 20).view(20, 1, 1) 阅读全文
posted @ 2020-06-01 16:31 像阳光,像春天 阅读(640) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/177713.htm 阅读全文
posted @ 2020-06-01 15:47 像阳光,像春天 阅读(918) 评论(0) 推荐(0) 编辑
摘要: 方法一:https://www.pytorchtutorial.com/pytorch-learning-rate-decay/ 方法二: # lr_step = [30,80] if epoch in opt.lr_step: save_model(os.path.join(opt.save_di 阅读全文
posted @ 2020-06-01 09:41 像阳光,像春天 阅读(327) 评论(0) 推荐(0) 编辑
摘要: check_set_list = ['zheng','xinying','zhang'] >>> sample_set_list = ['xinying','zhangchunmei','zhiwu'] >>> check_set_list & sample_set_list # &求交集必须对集合 阅读全文
posted @ 2020-06-01 08:29 像阳光,像春天 阅读(324) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Aurora-Twinkle/p/8660778.html 阅读全文
posted @ 2020-05-28 16:50 像阳光,像春天 阅读(175) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/marsggbo/p/11534141.html 阅读全文
posted @ 2020-05-28 16:41 像阳光,像春天 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 使用cv2.imshow()的时候,如果图片太大,会显示不全并且无法调整,因此在cv2.imshow()的前面加上这样的一个语句:cv2.namedWindow('image', 0),得到的图像框就可以自己调整大小,按住四个角会出来小箭头可以拉伸调整。 参考:https://wenwen.sogo 阅读全文
posted @ 2020-05-28 10:18 像阳光,像春天 阅读(2774) 评论(0) 推荐(0) 编辑
摘要: 链接:https://pan.baidu.com/s/19zcjt2wn0BgDZhJV_7nuGw 提取码:qoal 阅读全文
posted @ 2020-05-27 17:13 像阳光,像春天 阅读(1328) 评论(1) 推荐(0) 编辑
摘要: 调试Centerface程序时,报错如下 1.错误1 (torch110) root@fb488cec2ed5:/home/work/gaotong/xinying/ZCenterFace/src# python main.pyTraceback (most recent call last): F 阅读全文
posted @ 2020-05-27 15:37 像阳光,像春天 阅读(2128) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 13 下一页