FluxML/Flux.jl

More robust testing for AlphaDropout

Fermée

#1 851 ouverte le 27 janv. 2022

 (6 commentaires) (0 réaction) (0 personne assignée)Julia (619 forks)batch import
good first issuehelp wantedtesting

Métriques du dépôt

Stars
 (4 725 étoiles)
Métriques de merge PR
 (Merge moyen 3j 6h) (6 PRs mergées en 30 j)

Description

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.

Guide contributeur