What is the key of "inputs" mean in data? #1694
Replies: 1 comment
-
|
I found the reason, it's because I didn't add LoadFromFile to 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
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/open-mmlab/mmpretrain/blob/main/mmpretrain/models/utils/data_preprocessor.py#L108C15-L108C15
I am using CustomDataset, and give two folders,
however, when I am starting training, it raises an error,
I search all codes for where add the key "inputs" to data, but found nothing.
Then I print the data content as above, there is no "inputs" key, Do I need to add it by myself?
Can anyone help me, it is my first time to use this package.
Beta Was this translation helpful? Give feedback.
All reactions