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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Pytorch 0.4.0 is out

36 点作者 kashifr大约 7 年前

5 条评论

make3大约 7 年前
"implement __dir__ for Tensors, so that editors can automatically auto-complete and query for the possible fields in Tensors" This will probably be the most underrated part of this update. Used to bug me quite a bit.
ebalit大约 7 年前
From my experience, Pytorch has the best developper experience among deep learning frameworks. It seems this release will make it even better. Thanks and bravo to all contributors!
solomatov大约 7 年前
After tensorflow added support for eager evaluation, I don't understand why I might want to use pytorch. Can somebody give any ideas?
评论 #16919241 未加载
评论 #16921134 未加载
jackhack大约 7 年前
for those wondering: Pytorch == Tensors and Dynamic neural networks in Python with strong GPU acceleration for Computer Vision, Text, Reinforcement Learning, etc.
make3大约 7 年前
"Merging Tensor and Variable classes" :O