03 2021 档案

摘要:第一步:服务器端先下载cuda的tookit等工具。主要使用到了nvprof这一工具。 当我们模型在训练or预测时,使用如下命令行完成此任务的监控并将GPU,CPU,内存显存交换等信息存储。 nvprof --metrics all -o train.nvvp python3 run_sequenc 阅读全文
posted @ 2021-03-23 17:37 _Meditation 阅读(2432) 评论(1) 推荐(0) 编辑
摘要:package com.founder.tongyin.util; import java.util.ArrayList; import java.util.List; /** * TODO * * @ClassName: ListUtil * @author: dh * @since: 2020/ 阅读全文
posted @ 2021-03-20 13:34 _Meditation 阅读(105) 评论(0) 推荐(0) 编辑
摘要:pom: <dependency> <groupId>com.belerweb</groupId> <artifactId>pinyin4j</artifactId> <version>2.5.1</version> </dependency> demo: public static String 阅读全文
posted @ 2021-03-20 12:52 _Meditation 阅读(29) 评论(0) 推荐(0) 编辑
摘要:pom.xml <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml-schemas</artifactId> <version>3.17</version> </dependency> <dependency> < 阅读全文
posted @ 2021-03-20 12:15 _Meditation 阅读(91) 评论(0) 推荐(0) 编辑
摘要:<?xml version="1.0" encoding="UTF-8"?> <configuration debug="true"> <contextName>logback</contextName> <property name="log.path" value="/log/wise.log" 阅读全文
posted @ 2021-03-18 11:19 _Meditation 阅读(309) 评论(0) 推荐(0) 编辑
摘要:OJ上的一些水题(可用来练手和增加自信) (poj3299,poj2159,poj2739,poj1083,poj2262,poj1503,poj3006,poj2255,poj3094)初期:一.基本算法: (1)枚举. (poj1753,poj2965) (2)贪心(poj1328,poj210 阅读全文
posted @ 2021-03-18 10:52 _Meditation 阅读(252) 评论(0) 推荐(0) 编辑
摘要:描述:有时候为了帮助人们在excel中快速高亮出需要的数据,一个个标注很费事,调研了自动化标注的手段。 环境: 语言:python 包:xlsxwriter 代码: import xlsxwriterworkbook = xlsxwriter.Workbook('aaaa.xlsx')Format 阅读全文
posted @ 2021-03-05 17:19 _Meditation 阅读(273) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示