会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
新随笔
订阅
管理
上一页
1
···
144
145
146
147
148
149
150
151
152
···
311
下一页
2021年1月27日
记录分析python程序运行时间的几种方法
摘要: import datetimeimport timestart = time.time()time.sleep(2) ### 你的代码end = time.time()mystr="run time: %d seconds" % ( end-start)print(mystr)
阅读全文
posted @ 2021-01-27 09:10 emanlee
阅读(816)
评论(0)
推荐(1)
2021年1月26日
本地安装whl文件python
摘要: 本地安装whl文件python1、下载whl离线文件到本地,放到c盘根目录(任意位置均可,只是方便安装)2、 cmd到存放whl文件的目录 3、pip安装whl离线文件pip install *.whl
阅读全文
posted @ 2021-01-26 23:39 emanlee
阅读(1564)
评论(0)
推荐(0)
windows 10 安装 pytorch 1.7.1
摘要: 1 查看是否有GPU 下载和安装 Python 3.8 下载和安装 PyCharm 2 下载 Anaconda https://www.anaconda.com/ https://www.anaconda.com/products/individual https://repo.anaconda.c
阅读全文
posted @ 2021-01-26 20:27 emanlee
阅读(5128)
评论(0)
推荐(0)
Win10怎么看gpu的使用情况 gpu使用率
摘要: https://www.nvidia.cn/geforce/products/10series/geforce-gtx-1050/
阅读全文
posted @ 2021-01-26 19:53 emanlee
阅读(532)
评论(0)
推荐(0)
2021年1月25日
Windows 10 安装PyTorch (无GPU)
摘要: https://pytorch.org/ pip install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio 0.7.2 -f https://download.pytorch.org/whl/torch_stable.html Could
阅读全文
posted @ 2021-01-25 22:38 emanlee
阅读(631)
评论(0)
推荐(0)
Pycharm 安装 numpy
摘要: File菜单,Settings 选择项目 Project,点击 Project Interpreter,点击右侧的 + 在上方的文本框中输入numpy,再在下面点击 install packages 状态栏有进度 可能报错: pip._vendor.urllib3.exceptions.ReadTi
阅读全文
posted @ 2021-01-25 21:50 emanlee
阅读(1452)
评论(0)
推荐(0)
2021年1月24日
cytoscape port already in use
摘要:
阅读全文
posted @ 2021-01-24 19:19 emanlee
阅读(96)
评论(0)
推荐(0)
2021年1月22日
浏览器不能使用 Adobe Flash Player
摘要: 以下浏览器不能正常使用Adobe Flash Player 1.谷歌Chrome浏览器 2.火狐Firefox浏览器3.Internet Explorer浏览器 4.Microsoft Edge浏览器 Adobe: 在 2020 年底停止更新和分发 Flash Player。 Google: Chr
阅读全文
posted @ 2021-01-22 09:22 emanlee
阅读(1809)
评论(0)
推荐(0)
2021年1月17日
STM32中GPIO_Mode--GPIO配置
摘要: GPIO配置 (1)GPIO_Mode_AIN 模拟输入 (2)GPIO_Mode_IN_FLOATING 浮空输入 (3)GPIO_Mode_IPD 下拉输入 (4)GPIO_Mode_IPU 上拉输入 (5)GPIO_Mode_Out_OD 开漏输出 (6)GPIO_Mode_Out_PP 推挽
阅读全文
posted @ 2021-01-17 19:45 emanlee
阅读(2962)
评论(0)
推荐(0)
APB1和APB2的对应外设 F1系列 (STM32F103)
摘要: APB1和APB2的对应外设 STM32参考手册搜索“系统架构”或者“系统结构”,即可查看外设挂在哪个时钟下,也就知道开启哪个时钟了。 APB1上面连接的是低速外设,包括电源接口、备份接口、CAN、USB、I2C1、I2C2、USART2、USART3、UART4、UART5、SPI2、SP3等;
阅读全文
posted @ 2021-01-17 19:18 emanlee
阅读(3345)
评论(0)
推荐(0)
上一页
1
···
144
145
146
147
148
149
150
151
152
···
311
下一页