TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Functorch: Jax-like composable function transforms for PyTorch

36 点作者 lnyan大约 3 年前

1 comment

6gvONxR4sf7o大约 3 年前
I love jax, but I wish this kind of thing in python was easier to debug. The stacktraces you get using these patterns in this particular language can be wild.<p>For example, an unjitted function’s error can be easier to debug in jax than in anything else, while the same error in the jitted function can be harder to debug in jax than in anything else. But it’s similar with vmap, pmap, grad, and the rest of the transformations. Debugging gets nuts quickly.<p>But I don’t think there’s any way around that with these kinds of transformations in python, is there?
评论 #31442750 未加载