• 首页
  • 0 类
  • 1 类 – 原理
  • 2 类 – 技术
  • 3 类 – 思考
  • 全部文章
叁狮竹
谢海闻

非典型理学博士生,飘忽于理想与现实

 

Menu

Skip to content
  • 首页
  • 0 类
  • 1 类 – 原理
  • 2 类 – 技术
  • 3 类 – 思考
  • 全部文章
邮箱github
Powered by Verbosa & WordPress.

分类: 2 类 – 技术

PyCharm 的 GitHub Copilot 插件无法在 jupyter 补全代码

谢海闻 2025年2月13日 itemprop="discussionURL"Leave a comment

最近 pycharm 和 copilot 都有更新,所以不知道代码补全失败,是哪一次更新开始不兼容, …

继续

输入法推荐—— RIME & 雾凇拼音方案

谢海闻 2024年11月11日 itemprop="discussionURL"Leave a comment

搜狗输入法最近占用了我的邮件,在里头添加了各种乱七八糟,完全用不上的“办公工具”,不仅有PDF浏览器 …

继续
通义千问有用英文回答问题的倾向

通义千问有用英文回答问题的倾向

谢海闻 2024年8月9日 itemprop="discussionURL"Leave a comment

国内多家有能力的公司公开了LLM模型的对话应用,超级棒!想到能用中文交流,而不用绞尽脑汁想英文pro …

继续

Zotero Better BibTex 导出的 bib 缺少 year

谢海闻 2023年12月12日 itemprop="discussionURL"2 Comments

用 latex 写论文,要用到 bib 格式的文件库文件。 很多模板都需要用到 year 项,来显示 …

继续

MS Word 每次退出都会提示“更改会影响共用模板normal.dotm”

谢海闻 2023年12月12日 itemprop="discussionURL"Leave a comment

这是跟宏有关的问题,查到的所有方法,都是需要开启宏。 我的解决步骤,更安全一些。 至此,问题就都解决 …

继续

git lfs 推送大文件错误

谢海闻 2023年11月24日 itemprop="discussionURL"Leave a comment

一般我们在用git开发的时候,会有这样的流程 1. 从远程 main/master 分支拷贝到本地 …

继续

PyCharm 一直更新索引等

谢海闻 2023年6月11日 itemprop="discussionURL"Leave a comment

下午把 anaconda 卸载,重新在新的位置安装了 miniconda。 PyCharm 就出现了 …

继续

NAS意外断电,重启后container gitlab 无法正常访问 503 Service Unavailable

谢海闻 2022年8月18日 itemprop="discussionURL"Leave a comment

用域名访问gitlab,提示 503 service unavailable。 进入containe …

继续

Windows 安装 `healpy` 时提示 ERROR: Could not build wheels for healpy, which is required to install pyproject.toml-based projects

谢海闻 2022年6月9日 itemprop="discussionURL"Leave a comment

Windows 安装 healpy 时,报错提示 ERROR: Could not build wh …

继续

Win10 与 树莓派 Zero 通过USB连接和共享网络

谢海闻 2021年6月23日 itemprop="discussionURL"Leave a comment

为了能够不用配置 WLAN 即可让树莓派联网,为了一条线控制树莓派Zero(Raspberry Pi …

继续

OF: /soc/i2c0mux/i2c@1/os02c10@6c: could not find phandle

谢海闻 2021年5月22日 itemprop="discussionURL"Leave a comment

记录一次错误定位 树莓派开发相机驱动 OF: /soc/i2c0mux/i2c@1/xxx@xx: …

继续

自有服务器安装gitlab服务

谢海闻 2020年10月23日 itemprop="discussionURL"Leave a comment

现有一台服务器(非云服务器), 要在内网提供 Git 服务托管代码. 鉴于大家倾向用图形界面, 在服 …

继续
Raspberry Pi 安装 Ubuntu Server 20.04 LTS (无显示器, 无网线)

Raspberry Pi 安装 Ubuntu Server 20.04 LTS (无显示器, 无网线)

谢海闻 2020年10月13日 itemprop="discussionURL"Leave a comment

为了省钱, 没有入手 mini hdmi 数据线. 手头也没有可用的双绞线/网线. 于是就想办法通过 …

继续

【修复】WordPress 前台正常,后台无法访问

谢海闻 2018年12月1日 itemprop="discussionURL"Leave a comment

在login.php界面输入账号密码登录后,发现Wordpress的后台无法打开,提示错误 500。 …

继续

Anaconda/Miniconda | Windows10 安装Tensorflow

谢海闻 2018年8月19日 itemprop="discussionURL"Leave a comment

使用 anaconda / miniconda 安装TensorFlow时,在指令行中输入 pip …

继续

在TensorFlow中验证(validation)和推断应用(infer)的区别

谢海闻 2018年8月16日 itemprop="discussionURL"Leave a comment

为了让代码用起来更加便利,考虑将训练和测试的函数结合起来。欣赏很多github上的项目后,我发现va …

继续

在 Python3 中引用自己的 Package

谢海闻 2018年7月5日 itemprop="discussionURL"Leave a comment

许多github的项目中会使用这样的一种结构 the project ├──model | ├── …

继续

TensorFlow 训练卷积/解卷积自编码器的问题

谢海闻 2018年6月27日 itemprop="discussionURL"Leave a comment

这是一份解决问题的记录,你看到这篇的时候,说明问题尚未解决。 模型的优化器使用了tf.train.A …

继续

新用户无法正常使用VNC

谢海闻 2018年5月22日 itemprop="discussionURL"Leave a comment

问题 ssh登录的用户名是A,通过su指令切换到用户B,并启动 VNCserver。 此时桌面无法正 …

继续

提高VNC显示远程桌面的分辨率

谢海闻 2018年4月19日 itemprop="discussionURL"Leave a comment

开启远程vnc服务的时候加上参数 -geometry 1920×1080 中间的符号是字母x,分辨率 …

继续

Python3 获得字符的unicode

谢海闻 2018年3月6日 itemprop="discussionURL"Leave a comment

现在有一个字符 h = ‘萌’ 怎么知道他的unicode是多少呢? def chr2unicode …

继续

一切的开始

谢海闻 2018年1月31日 itemprop="discussionURL"Leave a comment

工作站已经搭建完成,本文将介绍工作站使用方法。 概述 工作站环境包括 | CUDA 8.0 | Py …

继续

和Octopus@501交换数据

谢海闻 2018年1月31日 itemprop="discussionURL"Leave a comment

Octopus@501 已经为大家装好了 FTP 服务器。 在我的电脑中像打开文件一样 打开我的电脑 …

继续

使用 python

谢海闻 2018年1月31日 itemprop="discussionURL"Leave a comment

Octopus@501 已经为大家装好 CUDA 8.0,但是大家对Python的需求各有不同,因此 …

继续

<更新> Tensorflow 1.4 发布

谢海闻 2018年1月31日 itemprop="discussionURL"Leave a comment

可以通过 pip install –upgrade tensorflow 更新你的 Tensorf …

继续

TensorFlow 报错 failed call to cuDevicePrimaryCtxRetain: CUDA_ERROR_INVALID_DEVICE

谢海闻 2018年1月31日 itemprop="discussionURL"Leave a comment

TensorFlow 报错 failed call to cuDevicePrimaryCtxRet …

继续

不想用Jupyter? 试试看PyCharm

谢海闻 2018年1月31日 itemprop="discussionURL"Leave a comment

Jupyter 是超级流行的 python 工具,但,它得一行一行执行,代码补齐也不尽如人意。 推荐 …

继续

享受 Tensorflow with GPU

谢海闻 2018年1月31日 itemprop="discussionURL"Leave a comment

Octopus@501 有三张NVIDIA GPU,可以通过 nvidia-smi 查看。第一张GP …

继续

配置 CUDA 环境

谢海闻 2018年1月31日 itemprop="discussionURL"Leave a comment

cuda是run文件安装的。需要配置一下环境。 修改了第二步。增加了export #1 cd ~ v …

继续
cuDNN的下载方法

cuDNN的下载方法

谢海闻 2018年1月30日 itemprop="discussionURL"Leave a comment

从2016年开始接触CUDA开始,从NVIDIA网站下载软件包,一直不稳定。不是下载中断,就是下载到 …

继续
在Tensorflow中使用 MonitoredTrainingSession(粗糙的记录)

在Tensorflow中使用 MonitoredTrainingSession(粗糙的记录)

谢海闻 2018年1月5日 itemprop="discussionURL"3 Comments

这是一个非常粗糙的记录,如果你偶然进入这个页面,那么,请注意!如果没看懂,请立刻放弃,并寻找更好的例 …

继续

在 PyCharm 中使用 远程的 多GPU CUDA + Tensorflow

谢海闻 2017年12月4日 itemprop="discussionURL"Leave a comment

在运行配置中,加入环境变量 CUDA_DEVICE_ORDER=PCI_BUS_ID CUDA_VI …

继续

知识共享许可协议

© 2017-2025 谢海闻
闽ICP备16014762号-2