Re: [Dclib-devel] [dclib-devel] loss_multiclass_log_per_pixel_weighted and 2d binary classification
Brought to you by:
davisking
From: Davis K. <dav...@gm...> - 2018-03-04 23:45:08
|
They are the same. The only reason to have one vs the other is really about getting the API you want. Or because the binary version is slightly faster since there are a relatively small number of redundant calculations happening if you use the multiclass code for just 2 classes. But I wouldn't worry about it. |