barisozmen / deepaugment

Discover augmentation strategies tailored for your dataset
MIT License
244 stars 41 forks source link

Bayesian opt #17

Closed barisozmen closed 5 years ago

barisozmen commented 5 years ago

Short explanations for scripts

src/models/bayesianopt.py -> main script src/features/build_features.py -> loads, and processes data src/models/childcnn.py -> child-model implementation src/models/augmenter.py -> has augmentation functions src/notebook.py -> for keeping records of experiments lib/decorators -> only used "logger" and "timer" decorators from here. All other functions are written by me before for other purposes