martinwhl / T-GCN-PyTorch

A PyTorch implementation of T-GCN
MIT License
58 stars 6 forks source link

Key XXX is required but not included in config object or its value is None. #4

Open dove-whispers opened 2 months ago

dove-whispers commented 2 months ago

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? image

dove-whispers commented 2 months ago

my pytorch-lightning version is 2.4.0