ztt0810

Results 8 comments of ztt0810

I also encountered the same problem, did you solve it?

``` yaml #Config File example save_dir: workspace/nanodet_m model: arch: name: GFL backbone: name: ShuffleNetV2 model_size: 1.0x out_stages: [2,3,4] activation: LeakyReLU fpn: name: PAN in_channels: [116, 232, 464] out_channels: 96 start_level:...

I am sure that every picture in the val has been loaded when I am doing validating, but a new problem has appeared at this time ![image](https://user-images.githubusercontent.com/42932176/105862439-ac6f6e00-5fe7-11eb-8e08-9f8bf01e595e.png) And when I...

Okay,thanks a lot

yes,i use colab

Okay, thank you. I will check it again.

Maybe you can check the 'num_classes' in your config file, it should be the same as the number of categories in your dataset

我也遇到了相同的问题,请问您解决了嘛