上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 58 下一页
摘要: DeepL 是我用过的最好的翻译工具。为了能更高效地利用这个工具,我们可以使用它的 API。 可以在 DeepL 的订阅选项中启用 API 订阅。需要注意的是 DeepL 有个奇怪的设定,如果你开通了 DeepL Pro,那么就不能用 DeepL API,反之亦然。所以在开通的时候看清楚要开通的是 阅读全文
posted @ 2024-10-13 22:21 Undefined443 阅读(1110) 评论(0) 推荐(0)
摘要: Miniforge 是一个和 Miniconda 类似的工具,由社区驱动,其使用的 conda-forge Channel 提供比 Anaconda 更多的包。同时因为与 Mamba 的结合,使其具有比 Miniconda 更快的依赖解析速度。 安装 Linux: # 安装 Miniforge wg 阅读全文
posted @ 2024-10-13 17:14 Undefined443 阅读(1493) 评论(0) 推荐(0)
摘要: Tensorflow 是谷歌开发的一款机器学习软件包。2019 年,谷歌将 Keras 集成到 Tensorflow 中,并发布了 Tensorflow 2.0。Keras 是 François Chollet 独立开发的一个框架,为 Tensorflow 创建了一个简单的、以层为中心的接口。 张量 阅读全文
posted @ 2024-10-11 23:10 Undefined443 阅读(38) 评论(0) 推荐(0)
摘要: Chat Bot ChatGPT Claude 文生图 Midjourney DELL-E 3 文生视频 LumaLabs OpenAI Sora 暂无法使用:How to access Sora? | OpenAI Help Center Meta Movie Gen Runway Gen3 阅读全文
posted @ 2024-10-10 20:50 Undefined443 阅读(15) 评论(0) 推荐(0)
摘要: 安装 Homebrew: brew tap mongodb/brew brew update brew install mongodb-community 启动 MongoDB 服务: brew services start mongodb-community 相关路径(Apple Silicon) 阅读全文
posted @ 2024-10-09 21:27 Undefined443 阅读(16) 评论(0) 推荐(0)
摘要: jq 官网 简单提取: 假设你有一个 JSON 文件 data.json,其内容如下: { "name": "Alice", "age": 30, "city": "New York" } 要提取 "name" 的值,可以使用: jq '.name' data.json 嵌套提取: 对于嵌套的 JS 阅读全文
posted @ 2024-10-09 21:09 Undefined443 阅读(31) 评论(0) 推荐(0)
摘要: 前言: 对于大部分用户来说,显卡驱动在机器出厂时已经预装。另外如果只是运行 PyTorch 项目而不需要编译 CUDA 程序的话,那么只用安装 PyTorch 就够了。 如果租用云 GPU 的话,只要选择 PyTorch 作为实例镜像即可获得预装 PyTorch 的机器。 CUDA NVIDIA D 阅读全文
posted @ 2024-10-08 23:20 Undefined443 阅读(399) 评论(0) 推荐(0)
摘要: TablePlus TablePlus 官网 TablePlus - Database Client | App Store 支持平台:Windows, macOS, Linux, iOS 特点:支持 iOS、支持的 DBMS 较多。界面符合苹果审美。 支持 MySQL, SQLite, Redis 阅读全文
posted @ 2024-10-07 17:07 Undefined443 阅读(508) 评论(0) 推荐(0)
摘要: 常用 tmux(terminal multiplexer)是一个终端多路复用器,它允许你在一个终端会话中运行多个终端会话,并在不同的 SSH 会话之间保持连接。 启动 tmux 会话: tmux new -s mysession 这里 -s mysession 是可选的,用于命名你的会话。 分离(d 阅读全文
posted @ 2024-10-06 22:45 Undefined443 阅读(71) 评论(0) 推荐(0)
摘要: 日期 产品 语录 视频 January 30, 1984 Macintosh The computer for the rest of us. Steve Jobs Introduces the Macintosh October 23, 2001 iPod 1,000 songs in your 阅读全文
posted @ 2024-10-06 01:17 Undefined443 阅读(44) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 58 下一页