-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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)