试了 affine 的训练工具,命令行参数太多了,文档不够细致,调试起来挺耗时间的,感觉得花不少精力才能跑通一个比较稳定的流程。

BitFan
Public Service Atlas for Bittensor
试了 affine 的训练工具,命令行参数太多了,文档不够细致,调试起来挺耗时间的,感觉得花不少精力才能跑通一个比较稳定的流程。
affine’s docs are always like sudoku puzzles, did you at least get a rough sense of inference costs or is that a deep dark secret too
对,我也觉得参数多还不够直观,要不是看了一两遍代码估计真不太好搞,估计要多试几次才能摸透每个选项的影响。
i skimmed through the FAQs and some issues on GitHub, but there’s no clear number on inference costs yet. guess we’ll have to try measuring it ourselves or wait for a benchmark from the community to get a real handle on that part.
是啊,参数多确实折腾人,我现在基本上都是写点脚本自动跑参数组合,省点手动调的时间,效率上好一点了😅