Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Configuration library for experiments. | |
Based on version by Nuri C. https://gist.github.com/nuric/e9df5e38c34c804ec6c298ffca7e2d9b | |
-- USAGE -- | |
In Header: | |
import config.configlib as configlib | |
from config.configlib import config as C | |
parser = configlib.add_parser("File Spec Config") | |
parser.add_argument("--mlp_size", default=128, type=int, help="Size of Output MLP") |
NewerOlder