TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PyTorch – Internal Architecture Tour

193 pointsby peroneabout 7 years ago

3 comments

adamnemecekabout 7 years ago
“For that reason, the statement a = 200; b = 200; a is b will be True, while the statement a = 300; b = 300; a is b will be False.”<p>This is kinda funny.
评论 #16573194 未加载
评论 #16574829 未加载
评论 #16572791 未加载
评论 #16574756 未加载
评论 #16574412 未加载
kbumsikabout 7 years ago
Great. I am wondering which tools he used to draw object diagrams. It looks neat.
评论 #16573879 未加载
saagarjhaabout 7 years ago
&gt; auto array = (PyArrayObject* )obj;<p>Why not reinterpret_cast&lt;PyArrayObject * &gt; here?<p>(extra spaces are so Hacker News doesn&#x27;t make this italics)