from Hacker News

Pytorch 0.4.0 is out

by kashifr on 4/24/18, 9:16 PM with 7 comments

  • by make3 on 4/24/18, 9:29 PM

    "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.
  • by ebalit on 4/25/18, 1:29 PM

    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!
  • by solomatov on 4/25/18, 4:19 AM

    After tensorflow added support for eager evaluation, I don't understand why I might want to use pytorch. Can somebody give any ideas?
  • by jackhack on 4/25/18, 4:14 AM

    for those wondering: Pytorch == Tensors and Dynamic neural networks in Python with strong GPU acceleration for Computer Vision, Text, Reinforcement Learning, etc.
  • by make3 on 4/24/18, 9:47 PM

    "Merging Tensor and Variable classes" :O