Amira Essawy

Results 6 comments of Amira Essawy

@EudicL I got a similar error but during the evaluation in training YOLOv5, do you know why?

@lahiiru what is the difference between **GroupSampler** and **_SemiBalanceSampler_**?

@glenn-jocher I have a similar error: Transferred 343/349 items from yolov5n.pt AMP: checks passed ✅ optimizer: SGD(lr=0.01) with parameter groups 57 weight(decay=0.0), 60 weight(decay=0.0005), 60 bias train: Scanning /home/aessawy/workspace/amiras/new/datasets/CV3/labels/train... 0...

@Abdelrahman350 Have you managed to install it at the end? I'm trying but nothing working.

@yjcreation I changed some parameters in the base config file, this line: `evaluation = dict(type="SubModulesDistEvalHook", interval=4000)` I removed the type.

This is error is resolved but I got another one: ``` Traceback (most recent call last): File "/opt/conda/envs/codetr/lib/python3.8/site-packages/mmcv/utils/registry.py", line 52, in build_from_cfg return obj_cls(**args) TypeError: __init__() got an unexpected keyword...