dynamicdl-headless

A PyTorch-based dynamic dataloading library


License
Apache-2.0
Install
pip install dynamicdl-headless==0.1.0a0

Documentation

DynamicDL

Introduction

In recent days computer vision has become a hot topic in the field of AI and computer science. Advances in hardware and computational power has enabled deep learning to become pervasive in everyday life, and computer vision architectures serve many purposes in today's world. Yet a high barrier of entry remains in dataloading. While deep learning architectures are a "plug and chug", requiring users to possess near-zero knowledge about its inner works, dataloading still remains a barrier to most seeking to test their custom datasets. DynamicDL is a library to counteract that, containing code to dynamically process datasets.

Installation, Tutorial, Docs found here!