Skip to content
Snippets Groups Projects
  • Neta Zmora's avatar
    fe27ab90
    Added support for setting the PRNG seed (#269) · fe27ab90
    Neta Zmora authored
    Added set_seed() to Distiller and added support for seeding the PRNG when setting --deterministic mode (prior to this change, the seed is always set to zero when running in deterministic mode.
    The PRNGs of Pytorch (CPU & Cuda devices), numpy and Python are set.
    Added support for ```--seed``` to classifier_compression.py.
    Added support for setting the PRNG seed (#269)
    Neta Zmora authored
    Added set_seed() to Distiller and added support for seeding the PRNG when setting --deterministic mode (prior to this change, the seed is always set to zero when running in deterministic mode.
    The PRNGs of Pytorch (CPU & Cuda devices), numpy and Python are set.
    Added support for ```--seed``` to classifier_compression.py.