init(descriptor:)
Creates a YOLO loss layer with the descriptor you specify.
Declaration
convenience init(descriptor lossDescriptor: MLCYOLOLossDescriptor)Parameters
- lossDescriptor:
An object used to configure the YOLO loss layer.
Creates a YOLO loss layer with the descriptor you specify.
convenience init(descriptor lossDescriptor: MLCYOLOLossDescriptor)An object used to configure the YOLO loss layer.