Closed felixfuu closed 3 years ago
The models in train/val engine are different, and it's maybe a bug in the validation phase.
https://github.com/Media-Smart/vedadet/blob/main/vedadet/assembler/trainval.py#L27 https://github.com/Media-Smart/vedadet/blob/main/vedadet/assembler/trainval.py#L51 @mileistone
We noticed it and solved this problem by singleton_arg in https://github.com/Media-Smart/vedadet/blob/aaf3b3bc3c7944aba1cc28138165d403023a9152/vedadet/models/builder.py#L44
The models in train/val engine are different, and it's maybe a bug in the validation phase.
https://github.com/Media-Smart/vedadet/blob/main/vedadet/assembler/trainval.py#L27 https://github.com/Media-Smart/vedadet/blob/main/vedadet/assembler/trainval.py#L51 @mileistone