I noticed that in FedYOLO\train\strategies.py we are writing update_backbone, update_neck, update_head parameters again and again.
I was thinking why don't we use these parameters only once in FedYOLO\config.py so that we can select the Boolean values once according to the strategy we choose. By doing so we can choose among the basic strat and then separately choose what part of yolo we don't want to be updated in FL
I noticed that in FedYOLO\train\strategies.py we are writing update_backbone, update_neck, update_head parameters again and again.
I was thinking why don't we use these parameters only once in FedYOLO\config.py so that we can select the Boolean values once according to the strategy we choose. By doing so we can choose among the basic strat and then separately choose what part of yolo we don't want to be updated in FL