siluni's recent timeline updates
siluni

siluni

V2EX member #305284, joined on 2018-04-02 09:31:54 +08:00
Per siluni's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
siluni's recent replies
感谢分享,补充个机器学习的沐神: https://space.bilibili.com/1567748478
@TongDu 前两个例子是 iterable 的循环,但 range()生成的是 generator 。iterable 的值是一直在内存里的,generator 是调用 next()的时候才会计算的
应该不是传了符号,而是 generator 本身是 lazy 的,在调用 list(l_f1)的时候才真正执行了运算,这时 l 已经指向第二个值了
Oct 8, 2022
Replied to a topic by JYLu 程序员 如何高效地调试 py 程序?
用 pytest 写单元测试吧
有趣,感谢分享
Jul 26, 2022
Replied to a topic by LeeReamond 程序员 2022 有啥好用的聚类算法吗?
随便用个现成的 music tagging 或者 speech tagging 的模型就可以了吧。。embedding vector 一般最大 512 ,256 和 128 比较常见。具体计算的话,现在的常规流程是用 mel spectrogram 做特征输入到网络,然后用 CRNN, resnet-conformer 之类的卷积混合模型做 encoder 。end-to-end 的音频模型这两年已经没人搞了。特征向量搞好了,现成的聚类算法应该是够用的。
@lbingl 老哥看看其他的方向吧,CV 和 NLP 之外的小方向还有些东西可以做,这两个已经是卷中卷了
老哥是做 ygo 的?
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5791 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 06:45 · PVG 14:45 · LAX 23:45 · JFK 02:45
♥ Do have faith in what you're doing.