automl / automl/ConfigurableOptimizer

Standardize the order in which super().new_epoch() is called

Open
#94 0 comments 0 reactions 1 assignee Assigned to @abhash-er View on GitHub
Medium priority old
Dominant language
Python
Stars
12
Forks
2
PR merge metrics
No merged PRs in 30d

Description

The SNAS and GDAS samplers call super().new_epoch() *after* doing its computations (which consumed self._epoch, which is updated upon calling .new_epoch()), whereas `Dropout` does this before.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.