Skip to content

SRUCell with Zoneout, imitated from ZoneoutLSTMCell.

Notifications You must be signed in to change notification settings

MachineJeff/ZoneoutSRUCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ZoneoutSRUCell

SRUCell with Zoneout, imitated from ZoneoutLSTMCell.

Usage

you can use this cell just like the RNNCell

cell = ZoneoutSRUCell(
    num_units = 1024, 
    is_training = is_training,
    zoneout_factor_cell = 0.2,
    name = 'ZoneoutSRU')

About

SRUCell with Zoneout, imitated from ZoneoutLSTMCell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages