Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

darch (version 0.10.0)

getDropoutMasks: Returns the dropout masks

Description

Only available during fine-tuning, returns an empty list otherwise. Unlike getDropoutMask, this list is 1-based, starting with the dropout mask for the input layer at index 1. So getDropoutMask(darch, 0) returns the same as getDropoutMasks(darch)[[1]].

Usage

getDropoutMasks(darch)

Arguments

darch

A instance of the class '>DArch.

Value

List of dropout masks

See Also

'>DArch