Back to Blog
·Eva Popílková·1 min read·Archive 2019

Facebook Quietly Releases a New Version of the PyTorch Library, Featuring Several Amazing Enhancements!

AI developers, particularly those working with images, are in for a treat. This library competes for their attention primarily with TensorFlow. At the beginning of the year, the number of articles citing it increased by nearly 200%...

Facebook Quietly Releases a New Version of the PyTorch Library, Featuring Several Amazing Enhancements!

AI developers, particularly those working with images, are in for a treat. This library competes for their attention primarily with TensorFlow. At the beginning of the year, the number of articles citing it increased by nearly 200%. Last week, a new and remarkable version of PyTorch 1.3 was quietly released. What’s new and interesting here?

  1. Secure Machine Learning Research with Crypten. This addresses the issue of data security and privacy using advanced cryptography. You can simply perform computations on encrypted data.

  2. Modular Object Detection with Detectron2. Detectron has been rewritten from Caffe2 directly into PyTorch. It additionally includes all the models that were available in the original Detectron, plus several new models including Cascade R-CNN, Panoptic FPN, and TensorMask. Furthermore, it enhances object detection capabilities and introduces new tasks such as semantic segmentation and panoptic segmentation.

  3. Improved Model Interpretability with Captum. Captum evaluates the contribution of each input feature to the model's output. It assesses the contribution of each neuron in a given layer to the model. It also evaluates the contribution of each input element to the activation of a specific hidden neuron. Additionally, it includes a visualisation widget for interpretability, which facilitates understanding of the model. Captum's feature statistics work across images, text, and other features, helping users comprehend feature attribution.

Sources:
https://pytorch.org/…/pytorch-1-dot-3-adds-mobile-privacy-…/
https://towardsdatascience.com/facebook-has-been-quietly-op…
https://www.oreilly.com/…/one-simple-graphic-researchers-lo…

Původní zdroj: wordpress

Související články