Open qwerfdsadad opened 7 months ago
Have you been able to resolve this issue? If so, could you please share your solution or any insights you've gained? Thanks!
hertz I add a parameter to get address of the yaml. Then get the json config through the address parameter.
I'm training unet with deepspeed.
The basic trainging code parses parameters through hydra. The simplified code is
I change the basica code to deepseep version.
But i got a error.
I think it's the conflict of hydra and argparse parsing parameters. Is there a tutorial code?