Metadata-Version: 2.0
Name: torchext
Version: 0.0.2
Summary: A PyTorch extension library for easy experiments
Home-page: https://github.com/yongjincho/torchext
Author: Yongjin Cho
Author-email: yongjin.cho@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: tensorboardX

# PyTorch Extension

This is a PyTorch extension for easy experiments. PyTorch is a wonderful library for deep learning experiments, but there is lack of some necessary functionality such as Experiment or Dataset of Tensorflow. This extension provides some useful Tensorflow like interfaces and makes researchers easily use them.


