Metadata-Version: 2.1
Name: pugh_torch
Version: 0.1.0
Summary: Functions, losses, and module blocks to share between experiments.
Home-page: https://github.com/BrianPugh/pugh_torch
Author: Brian Pugh
Author-email: bnp117@gmail.com
License: MIT license
Description: # Pugh Torch
        
        [![Build Status](https://github.com/BrianPugh/pugh_torch/workflows/Build%20Master/badge.svg)](https://github.com/BrianPugh/pugh_torch/actions)
        [![Documentation](https://github.com/BrianPugh/pugh_torch/workflows/Documentation/badge.svg)](https://BrianPugh.github.io/pugh_torch)
        [![Code Coverage](https://codecov.io/gh/BrianPugh/pugh_torch/branch/master/graph/badge.svg)](https://codecov.io/gh/BrianPugh/pugh_torch)
        
        Functions, losses, and module blocks to share between experiments.
        
        ---
        
        ## Features
        * Additional methods to TensorBoard summary writer for adding normalized images and semantic segmentation images.
        * hetero_cross_entropy for cross_entropy loss across heterogeneous datasets
        
        ## Installation
        **Stable Release:** `pip install pugh_torch`<br>
        **Development Head:** `pip install git+https://github.com/BrianPugh/pugh_torch.git`
        
        ## Documentation
        For full package documentation please visit [BrianPugh.github.io/pugh_torch](https://BrianPugh.github.io/pugh_torch).
        
        ***Free software: MIT license***
        
        
        
        #HISTORY
        
        # Changelog
        
        All notable changes to this project will be documented in this file.
        
        The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
        and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
        
        ## [0.1.0] - 2020-09-13
        ### Added
        * Initial Release
        
Keywords: pugh_torch
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: setup
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: all
