automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
39 stars 11 forks source link

Change design for pre_load_hooks #100

Closed danrgll closed 4 weeks ago

danrgll commented 1 month ago

from:

pre_load_hooks:
  hook1:
    path: "path/to/your/hooks.py"
    name: hook1

to:

    pre_load_hooks:
        hook1: path/to/your/hooks.py # (function_name: Path to the function's file)