CMD + K

gin-config

Community

Gin-config: a lightweight configuration library for Python

Installation

To install this package, run one of the following:

Conda
$conda install powerai::gin-config

Usage Tracking

0.2.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

Gin provides a lightweight configuration framework for Python, based on dependency injection. Functions or classes can be decorated with @gin.configurable, allowing default parameter values to be supplied from a config file (or passed via the command line) using a simple but powerful syntax. This removes the need to define and maintain configuration objects (e.g. protos), or write boilerplate parameter plumbing and factory code, while often dramatically expanding a project's flexibility and configurability. Gin is particularly well suited for machine learning experiments (e.g. using TensorFlow), which tend to have many parameters, often nested in complex ways.

About

Summary

Gin-config: a lightweight configuration library for Python

Last Updated

Nov 7, 2019 at 11:21

License

Apache License 2.0

Total Downloads

549

Supported Platforms

noarch