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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

OCaml bindings for PyTorch

94 点作者 ghosthamlet超过 6 年前

4 条评论

nafizh超过 6 年前
At the heart of the machine learning that I do with pytorch, most of the errors come from wrong sizes of matrix multiplications, or some matrix input that has a wrong size somewhere in the middle of the net.<p>How much an extra layer of wrapper of a functional language help with that? Pytorch is not much helpful in terms of the error messages. You have to print out the matrix sizes generated from intermediate operations to find out what is really happening.
评论 #18950159 未加载
评论 #18950271 未加载
评论 #18952086 未加载
评论 #18950212 未加载
breatheoften超过 6 年前
Where are cutting edge type systems at for statically verifying the “dimensionality” of computations? I remember a long time ago reading about a language from sun called “fortress” which was going to include the option of assigning units to values in such a way that scientific domain model operations could be defined via a kind of type-sugar ... seems like that technology would work really well for ML (and data science in general) if it were effective.<p>I remember reading some lengthy hype about fortress and then never hearing about it again ...
评论 #18951704 未加载
Gormisdomai超过 6 年前
Do bindings like this help much with the day to day work of machine learning research? Are the kinds of errors you encounter the kind that could be avoided with a smarter type checker?
评论 #18949019 未加载
评论 #18948944 未加载
评论 #18948886 未加载
dunefox超过 6 年前
Does this support all of the features of PyTorch?
评论 #18949921 未加载