FluxML/Flux.jl

More robust testing for AlphaDropout

Open

#1,851 建立於 2022年1月27日

在 GitHub 查看
 (6 留言) (0 反應) (0 負責人)Julia (4,725 star) (619 fork)batch import
good first issuehelp wantedtesting

描述

We currently borrow from https://github.com/pytorch/pytorch/blob/v1.10.0/test/cpp/api/modules.cpp#L1337-L1338, but some sort of goodness-of-fit test would be more robust than a simple range. Sampling the layer outputs should have a negligible impact on test runtime.

貢獻者指南