config error
#2843
Replies: 1 comment
-
had the wrong path to base config in the config file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to run a training script for PoseC3D model with the default config file for kintics400.
The code I try to run is:
`from mmengine import Config
from mmengine.runner import Runner
I'm getting the following error:
I don't understand the conflicts, The config from the repo, and the code from the tutorial.
Would anyone be able to help me with this?
Beta Was this translation helpful? Give feedback.
All reactions