上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 347 下一页
摘要: condaconda 是 Anaconda 发行版中的包管理工具,主要用于管理包含 Python 及其相关库的科学计算环境,如 NumPy、SciPy、Pandas、Matplotlib 等等,它支持创建和管理 Python 环境,可以方便地在不同的项目中使用不同的库及其版本。conda list 阅读全文
posted @ 2024-01-22 23:02 emanlee 阅读(1293) 评论(0) 推荐(0)
摘要: https://github.com/runze1223/VH-NBEATS http://ise.thss.tsinghua.edu.cn/~mlong/doc/TimesNet-iclr23.pdf https://www.xjx100.cn/news/6779.html https://blo 阅读全文
posted @ 2024-01-22 22:54 emanlee 阅读(56) 评论(0) 推荐(0)
摘要: centos 查看 PCIE 接口 lspci | grep -i pcie # lspci | grep -i pcie01:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetXtreme BCM5720 2-port Giga 阅读全文
posted @ 2024-01-22 19:53 emanlee 阅读(874) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-01-21 12:12 emanlee 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-01-21 12:12 emanlee 阅读(1) 评论(0) 推荐(0)
摘要: Traceback (most recent call last): File "train.py", line 109, in <module> out, eval_res = tasks.eval_forecasting(model, data, train_slice, valid_slice 阅读全文
posted @ 2024-01-21 11:45 emanlee 阅读(157) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2024-01-21 10:28 emanlee 阅读(1) 评论(0) 推荐(0)
摘要: 网上专利缴费流程步骤 1)登录网站 cponline.cnipa.gov.cn/ 2)点击 专利缴费服务 点击右上角的 “增加” 3)输入申请号,单位名称,查询 4) 保存,缴费 开发票: 阅读全文
posted @ 2024-01-10 15:08 emanlee 阅读(47) 评论(0) 推荐(0)
摘要: Vue npm run serv 1.首先 npm run serve 会在 package.json 文件中寻找 scripts 中的 serve 属性(有的可能会是dev属性,根据自己项目结构来) 2. vue-cli-service serve 是什么呢? 其实就是等同于去执行 node_mo 阅读全文
posted @ 2024-01-09 13:09 emanlee 阅读(1504) 评论(0) 推荐(0)
摘要: 在Python中,可以使用import sys来导入sys模块。然后通过修改sys.path列表的值,将上一级目录添加到系统路径中。 下面是示例代码: import syssys.path.append('..') # 添加上一级目录到系统路径# 接下来就可以直接引用上一级目录中的模块了from . 阅读全文
posted @ 2023-12-31 23:07 emanlee 阅读(248) 评论(0) 推荐(0)
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 347 下一页