V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  Alias4ck  ›  全部回复第 17 页 / 共 25 页
回复总数  487
1 ... 9  10  11  12  13  14  15  16  17  18 ... 25  
2023-04-11 17:29:25 +08:00
回复了 utfqvfhpyygy 创建的主题 程序员 有什么推荐的语音转文字项目,可以本地来训练运行的
2023-04-11 16:09:00 +08:00
回复了 brader 创建的主题 程序员 Objective-C 对接 chatGPT 接口,怎么做到逐字输出
2023-04-09 15:19:43 +08:00
回复了 funet 创建的主题 推广 知识付费 = 割韭菜 ?
一眼来这里割韭菜 推广的
2023-04-09 00:22:03 +08:00
回复了 GPTronTeam 创建的主题 程序员 正在写一个工具让 ChatGPT 接管我的电脑
你说的不是最近很火的这个 project 吗 https://github.com/Torantulino/Auto-GPT
2023-04-07 11:01:47 +08:00
回复了 Andor_Chen 创建的主题 推广 送几本“通透”的《流畅的 Python (第 2 版)》
分母
2023-04-02 13:39:21 +08:00
回复了 v50Tks 创建的主题 程序员 数据统计场景存储选型,大佬们帮帮忙
why not ask gpt-4? https://gpt.best/J2pwM2Yw
2023-03-31 15:40:40 +08:00
回复了 dashBit 创建的主题 程序员 好奇模拟类游戏的 ai 部分是怎么写的
当你不熟悉一个领域的时候可以去问问 gpt4 https://gpt.best/MBVVx0YZ
2023-03-31 01:06:08 +08:00
回复了 gilgameshcc 创建的主题 程序员 如何在国内使用 GPT-4?
现在套壳营销这么多的吗
2023-03-24 04:04:54 +08:00
回复了 cocomiko 创建的主题 OpenAI chagpt 出现之后,学习编程语言变容易多了
有个观点我需要纠正下 一个语言能不能活下来 会不会被淘汰 主要看的是它的生态( python 它的优势是在数据科学方面 ) 而不是性能
2023-03-24 00:59:30 +08:00
回复了 wganbleuthall 创建的主题 Visual Studio Code VScode, Python 如何多线程 debug 代码
https://code.visualstudio.com/docs/python/debugging 搜 multithread 关键词 它有一个场景 如果你用的是 win32api 创建线程的话 而不是 python 内部的话 你则需要加上一段话

If you're working with a multi-threaded app that uses native thread APIs (such as the Win32 CreateThread function rather than the Python threading APIs), it's presently necessary to include the following source code at the top of whichever file you want to debug:
```
import debugpy
debugpy.debug_this_thread()
```
2023-03-24 00:53:37 +08:00
回复了 wganbleuthall 创建的主题 Visual Studio Code VScode, Python 如何多线程 debug 代码
2023-03-21 14:14:54 +08:00
回复了 Allonsy 创建的主题 Python Python 进阶疑惑
1. python 要高级的写法 这两本书 fluent python 和 python cookbook 都介绍的比较详细
2. 学习 cpython 直接看源码不就好了吗 ( https://github.com/python/cpython) 前提是你要有 c 的基础
2023-03-20 18:03:05 +08:00
回复了 thqw0925 创建的主题 Linux 在 Linux 上,观看 4K Netflix 影片的正确姿势是什么?
2023-03-20 15:06:42 +08:00
回复了 annoygaga 创建的主题 程序员 如何科学的测试 docker image?
有个概念叫做 Container Structure Tests ( https://github.com/GoogleContainerTools/container-structure-test
2023-03-18 10:27:10 +08:00
回复了 kuls 创建的主题 程序员 因为 ChatGPT web 不好用,自己开发了一款原生 macOS ChatGPT 客户端
https://github.com/lencx/ChatGPT 其实这个桌面客户端也挺好用的
2023-03-04 15:00:18 +08:00
回复了 liangxin1998 创建的主题 程序员 ChatGpt 有没有什么好的落地场景方案?
我想到一个 配合 midjourney 来 做 nft 产品哈哈哈哈 ( https://www.bilibili.com/video/BV1ms4y157kJ/)
2023-02-10 12:47:58 +08:00
回复了 leyviw 创建的主题 程序员 如何训练 chatgpt3
自己训练 你有这么多卡吗。
2023-02-01 12:16:28 +08:00
回复了 howfree 创建的主题 程序员 问问大佬们,有哪些关于 kubernetes 的书籍,求推荐
2023-01-30 12:53:21 +08:00
回复了 googlai 创建的主题 Python 请教学习完《 Python 学习手册》后的进阶路线
进阶的话 fluent python. python cookbook 这两本书 数据分析的话 不就是 pandas numpy matplotlib 以及统计学那些吗 再进阶就机器学习了 (这部分的话 很需要数学!)
1 ... 9  10  11  12  13  14  15  16  17  18 ... 25  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   2293 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 35ms · UTC 01:40 · PVG 09:40 · LAX 17:40 · JFK 20:40
♥ Do have faith in what you're doing.