CrossEntropyLossFlat {fastai}R Documentation

CrossEntropyLossFlat

Description

Same as 'nn$Module', but no need for subclasses to call 'super().__init__'

Usage

CrossEntropyLossFlat(...)

Arguments

...

parameters to pass

Value

Loss object


[Package fastai version 2.2.2 Index]