accuracy {fastai} | R Documentation |
Accuracy
Description
Compute accuracy with 'targ' when 'pred' is bs * n_classes
Usage
accuracy(inp, targ, axis = -1)
Arguments
inp |
predictions |
targ |
targets |
axis |
axis |
Value
None
[Package fastai version 2.2.2 Index]