bytedance / dplm

Official Implemetation of DPLM (ICML'24) - Diffusion Language Models Are Versatile Protein Learners
https://bytedance.github.io/dplm/
Apache License 2.0
76 stars 8 forks source link

No module named 'yaml_config_override' #6

Closed done520 closed 2 months ago

done520 commented 3 months ago

representationlearning: when run "python scripts/training.py --config ..." get errors:

    from yaml_config_override import add_arguments
ModuleNotFoundError: No module named 'yaml_config_override'
wxy-nlp commented 3 months ago

Hi done520,

Thanks for pointing this and we have updated the "environment.sh" for installing environment. You do not need to install all the packages again and can just use pip install yaml-config-override==0.5 to solve this problem.