Skip to content

Improve support for dropout in DIPS

Joschka Birk requested to merge birk-dips-dropout into master

Summary

This MR introduces the following changes

  • Adds the option to specify a dropout rate for each layer individually (in DIPS)
  • Adds a small helper function that reads the rates from a config dict and compares the size to the number of layers

Conformity

Edited by Joschka Birk

Merge request reports