Skip to content

Commit

Permalink
Add support for FixedDropout, issue #324
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Mar 11, 2022
1 parent 9566764 commit 0b40d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/fdeep/import_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,7 @@ inline layer_ptr create_layer(const get_param_f& get_param,
{"BatchNormalization", create_batch_normalization_layer},
{"Dropout", create_identity_layer},
{"AlphaDropout", create_identity_layer},
{"FixedDropout", create_identity_layer},
{"GaussianDropout", create_identity_layer},
{"GaussianNoise", create_identity_layer},
{"SpatialDropout1D", create_identity_layer},
Expand Down

0 comments on commit 0b40d76

Please sign in to comment.