rdadolf / fathom

Reference workloads for modern deep learning methods.
Apache License 2.0
73 stars 21 forks source link

Add library config interface #7

Open rdadolf opened 8 years ago

rdadolf commented 8 years ago

Fathom needs to be configured with external files for realistic runs. We need a configuration interface for this.

The right answer is probably to use ConfigParser and expect a config file in the current directory and/or the user's home directory.