gin-config icon indicating copy to clipboard operation
gin-config copied to clipboard

Gin provides a lightweight configuration framework for Python

Results 60 gin-config issues
Sort by recently updated
recently updated
newest added

#### What is the subject of this PR? As a continuation of #48, I prepared a module for configuring most of the `scikit-learn` estimators with `gin-config`. #### Details That's just...

cla: yes

In a multiprocessing scenario, you might want to send and exception through a pipe so it can be logged by the main process. This requires the exception to be pickleable,...

cla: yes

FYI looks like the [TOC section of the readme](https://github.com/google/gin-config#table-of-contents) displays the literal text "[TOC]" instead of perhaps what was intended to template in there a table of contents.

Love this package. One thing I've been using is relative includes, and this is potentially buggy without doing dirty hacks to prioritize relative paths. Also added variable/path expansion, because I...

The CUDA in my machine is old and cannot run the newest TF. I got the error ``` ImportError: This version of Gin-Config requires TensorFlow version >= 1.12.0; Detected an...

This is the error summary > - ---> 32 import gin.tf 33 import numpy as np 34 import replay_memory ~/anaconda3/lib/python3.6/site-packages/gin/tf/__init__.py in 66 67 # pylint: disable=unused-import ---> 68 from gin.tf.utils...

In my use cases, I rarely set hyper parameters by hand. Instead I have an external logic that generates them (e.g. random search). Now, using gin it seems I would...

Does this work with TF 2.0 / is compatibility on the roadmap? Great work so far on this.