SKaiNET
Toggle table of contents
0.20.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.nn.layers
Package-level
declarations
Types
Types
Dropout
Link copied to clipboard
class
Dropout
<
T
:
DType
,
V
>
(
val
p
:
Float
=
0.5f
,
var
training
:
Boolean
=
true
,
val
name
:
String
=
"Dropout"
)
:
Module
<
T
,
V
>
Dropout layer that is aware of ExecutionContext phases.