Open tianzhijiaoziA opened 2 years ago
Have you solved the issue?I met the same question.
I met the same question too.
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.
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.
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