Metadata-Version: 2.1
Name: blowtorch
Version: 0.2
Summary: Intuitive training framework for PyTorch
Home-page: https://github.com/alebeck/blowtorch
Author: Alexander Becker
License: UNKNOWN
Description: # blowtorch
        
        Intuitive, high-level training framework for research and development. It abstracts away lots of boilerplate normally associated with training and evaluating PyTorch models, without limiting your flexibility. Aurora provides the following:
        
        * A way to specify training runs at a high level, while having fine-grained control over individual parts of the training
        * Automated checkpointing, logging and resuming of runs
        * A [sacred](https://github.com/IDSIA/sacred) inspired configuration management
        * Reproducibility by keeping track of configuration, code and random state of each run
        
        ## Installation
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
