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
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