Skip to content

hydra bug at initialisation #374

@poutine-dejeuner

Description

@poutine-dejeuner

Any clue on how to debug this? This happens when calling python train.py env=photo proxy=photo


Error executing job with overrides: ['env=photo', 'proxy=photo']

---------------------------------------------------------------------------------------------
train.py 81 <module>
main()

main.py 94 decorated_main
_run_hydra(

utils.py 394 _run_hydra
_run_app(

utils.py 457 _run_app
run_and_report(

utils.py 223 run_and_report
raise ex

utils.py 220 run_and_report
return func()

utils.py 458 <lambda>
lambda: hydra.run(

hydra.py 132 run
_ = ret.return_value

utils.py 260 return_value
raise self._return_value

utils.py 186 run_job
ret.return_value = task_function(task_cfg)

train.py 35 main
gflownet = gflownet_from_config(config)

common.py 287 gflownet_from_config
buffer = instantiate(

_instantiate2.py 225 instantiate
return instantiate_node(

_instantiate2.py 346 instantiate_node
return _call_target(_target_, partial, args, kwargs, full_key)

_instantiate2.py 97 _call_target
raise InstantiationException(msg) from e

hydra.errors.InstantiationException:
Error in call to target 'gflownet.buffer.base.BaseBuffer':
ModuleNotFoundError("No module named 'models'")
full_key: buffer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions