Skip to content

Can't find load_molecule_list function in gbd_utils.loader #7

@manurubo

Description

@manurubo

After several solutions of errors running the code I've hit a wall, there is no function load_molecule_list in the gbd_utils.loader file.

Error:
Error executing job with overrides: ['+experiment=zinc250k.yaml', 'general.gpus=[0]']
Traceback (most recent call last):
File "/export/home/shared/Projects/Manu22-23/MoleculeDifusion/Other_models/GraphBetaDiffusion/src/main.py", line 111, in main
model = load_model(cfg=cfg, **model_kwargs)
File "/export/home/shared/Projects/Manu22-23/MoleculeDifusion/Other_models/GraphBetaDiffusion/src/gbd_utils/loader.py", line 18, in load_model
from graph_beta_diffusion_molecule import GraphBetaDiffusion
File "/export/home/shared/Projects/Manu22-23/MoleculeDifusion/Other_models/GraphBetaDiffusion/src/graph_beta_diffusion_molecule.py", line 22, in
from src.gbd_utils.loader import build_ema, save_ema, load_ema, load_molecule_list
ImportError: cannot import name 'load_molecule_list' from 'src.gbd_utils.loader' (/export/home/shared/Projects/Manu22-23/MoleculeDifusion/Other_models/GraphBetaDiffusion/src/gbd_utils/loader.py)

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