when i run python main.py fit --config configs/tgcn.yaml the program always says
error: Validation failed: Key "fit.model.model" is required but not included in config object or its value is None. or
error: Validation failed: Key "fit.model.model" is required but not included in config object or its value is None. or
error: Validation failed: Subcommand 'fit' does not accept nested key 'fit.model.model.init_args.hidden_dim'
so what should i do to solve this problem?
when i run
python main.py fit --config configs/tgcn.yaml
the program always sayserror: Validation failed: Key "fit.model.model" is required but not included in config object or its value is None.
orerror: Validation failed: Key "fit.model.model" is required but not included in config object or its value is None.
orerror: Validation failed: Subcommand 'fit' does not accept nested key 'fit.model.model.init_args.hidden_dim'
so what should i do to solve this problem?