When you define a new module (like 'CBAM'), it will not automatically be recognized, especially if it is not included in the original model architecture or in the torch.nn library. You need to make sure that the CBAM module has been appropriately imported and visible to YOLOv8. Honestly,...