score_inverse_problems icon indicating copy to clipboard operation
score_inverse_problems copied to clipboard

AttributeError: module 'config_config' has no attribute 'get_config'

Open tianzhijiaoziA opened this issue 2 years ago • 3 comments

Hello, I only use python-3.8, flax-0.5, jax-0.3.14. Reducing jax-0.2.1 or increasing -0.5.2 will result in similar error reports. Do you encounter similar situations after consulting 6082bb46b3a4f253eb98c08b267fa99

tianzhijiaoziA avatar Jun 29 '22 08:06 tianzhijiaoziA

Have you solved the issue?I met the same question.

wangrongqian2019 avatar Aug 24 '22 16:08 wangrongqian2019

I met the same question too.

wly1998 avatar Jan 04 '23 12:01 wly1998

The config's value should be a path to a valid python file which contains a function called get_config() that returns a python object specifying a configuration.

syf0518 avatar May 09 '23 03:05 syf0518

Have someone solved it?

YoungJaae avatar Oct 12 '24 13:10 YoungJaae

For this issue, you should change ml_collections.config_flags.config_flags file. Add from configs.default_cs_configs import get_default_configs as get_config to your code.

YoungJaae avatar Oct 13 '24 14:10 YoungJaae