2021-07-01から1ヶ月間の記事一覧

Accelerate PyTorch training with torch-ort

ONNX Runtime for PyTorch accelerates PyTorch model training using ONNX Runtime. It is available via the torch-ort python package. This repository contains the source code for the package, as well as instructions for running the package. To…

LVIS: A Dataset for Large Vocabulary Instance Segmentation

Progress on object detection is enabled by datasets that focus the research community's attention on open challenges. This process led us from simple images to complex scenes and from bounding boxes to segmentation masks. In this work, we …