jkyl / biggan

BigGAN in idiomatic Keras
GNU General Public License v3.0
12 stars 2 forks source link

config object should introspect for types #3

Open jkyl opened 4 years ago

jkyl commented 4 years ago

currently the config object is a programmatically-built argparse object. defaults are special-cased and there are probably lots of other broken edge cases. need to build a better object that also works as an argparser.