Vengineerの妄想(準備期間)

人生は短いけど、長いです。人生を楽しみましょう!

PyTorch 1.0




PyTorchからのアナウンス:The road to 1.0: production ready PyTorch

 ・PyTorch & Caffe2 & ONNX で統合

 ・torch.jit: A JIT-compiler for your models

  Tracing Mode
  Script Mode

PyTorchの jit 機能については、iwiwiさんのPyTorch で開発中の JIT 機能


Facebook AI | Framework & Toolのところには、
PyTorh、Caffe2、ONNX、Tensor Comprehensions の他に、Glow、FAISS、StarSpaceというのがあるんだが。

Glowって、
引用
Glow is a machine learning compiler and execution engine for various hardware targets. It is designed to be used as a backend for high-level machine learning frameworks. The compiler is designed to allow state of the art compiler optimizations and code generation of neural network graphs. This library is experimental and in active development.

ってあるんだよね。TensorFlow の AOT版と考え方同じかな。