BaseDataset: self.num_classed #1242
Answered
by
dreamerlin
zhanggj821
asked this question in
Q&A
-
how do i get the self.num_classes in the file of mmaction/datasets/base.py. I got a None type if I directly use 'self.num_classses' |
Beta Was this translation helpful? Give feedback.
Answered by
dreamerlin
Oct 28, 2021
Replies: 1 comment 3 replies
-
you should set it in config files. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
zhanggj821
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you should set it in config files.