Skip to content

Instantly share code, notes, and snippets.

View shwang's full-sized avatar

Steven H. Wang shwang

  • Zürich, Switzerland
View GitHub Profile
@shwang
shwang / sacred_config.py
Created September 24, 2019 23:42 — forked from AdamGleave/sacred_config.json
Extract Sacred config entries
# Copyright 2019 Google LLC.
# SPDX-License-Identifier: Apache-2.0
import collections
import json
import os
import pickle
import re
from typing import Any, Callable, Iterable, Mapping, Optional, Tuple