上一页 1 2 3 4 5 6 7 8 9 ··· 46 下一页
摘要: 原文: https://blog.csdn.net/qq_43219379/article/details/123436895 阅读全文
posted @ 2022-10-27 16:48 marsggbo 阅读(3669) 评论(0) 推荐(0)
摘要: 遇到这个报错信息,大概率是因为你的bib文件或者tex正文里出现了这个长得像e的字符:é 解决办法很简单,你只需要在tex最前面(就是\usepackage那一坨地方)加上这么一行声明就好了 \DeclareUnicodeCharacter{0301}{\'{e}} 它的作用就是把 Unicode 阅读全文
posted @ 2022-10-03 17:55 marsggbo 阅读(1907) 评论(0) 推荐(0)
摘要: \begin{sidewaystable}[!tbp] \caption{Example of SideWaysTable} \centering \begin{tabular}{c|c|c|c|c|c|c|c|c|c|c|c|c} \hline AAAAA & BBBB & CCCC & DDDD 阅读全文
posted @ 2022-09-29 19:49 marsggbo 阅读(366) 评论(0) 推荐(0)
摘要: \usepackage{longtable} \begin{longtable}{l|c|c} % \centering \caption[Short Caption]{Full Caption Content.} \label{table:longtable_example} \\ % 下面是表头 阅读全文
posted @ 2022-09-29 17:05 marsggbo 阅读(2836) 评论(0) 推荐(0)
摘要: 之前我已经在这篇文章总结了现有的算法包的区别。如果有选择苦难症的朋友可以考虑无脑使用以下模板来写算法。 \usepackage[noend]{algpseudocode} # noend表示算法不显示 EndIf或者EndFor这些,可以用来节省空间 \usepackage{algorithmicx 阅读全文
posted @ 2022-09-29 16:54 marsggbo 阅读(1007) 评论(0) 推荐(0)
摘要: 在NGC集群使用https://github.com/pytorch/examples/blob/main/imagenet/main.py跑ImageNet分布式训练,运行命令是 python main.py --dist-url 'tcp://127.0.0.1:8888' --dist-bac 阅读全文
posted @ 2022-08-06 13:51 marsggbo 阅读(8659) 评论(0) 推荐(0)
摘要: 背景 Slurm集群一般是由一个主节点(master)和各个带有GPU资源的子节点组成的,每次要想使用GPU需要通过主节点跳转到子节点。那么如果我们想使用jupyter使用子节点的GPU应该怎么做呢? 我有试过连接子节点后直接运行jupyter命令,然后再本地电脑上打开127.0.0.1:8888/ 阅读全文
posted @ 2022-07-28 12:10 marsggbo 阅读(1031) 评论(0) 推荐(0)
摘要: 试过了无数次卸载重装,最后发现只需要把防火墙给关了之后一切就解决了。。。 阅读全文
posted @ 2022-06-29 21:57 marsggbo 阅读(952) 评论(0) 推荐(0)
摘要: 1. 安装ngc命令 NGC集群的使用需要用到ngc命令行,安装方法如下: 下载NGC CLI wget --content-disposition https://ngc.nvidia.com/downloads/ngccli_linux.zip && unzip ngccli_linux.zip 阅读全文
posted @ 2022-06-27 15:30 marsggbo 阅读(1070) 评论(0) 推荐(0)
摘要: 运行vpn /opt/cisco/anyconnect/bin/vpn 连接 connect 你的IP地址 例如 connect nhvpn30.vpn.nvidia.com 完整示例 $ /opt/cisco/anyconnect/bin/vpn Cisco AnyConnect Secure M 阅读全文
posted @ 2022-06-13 20:44 marsggbo 阅读(1759) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 46 下一页