issues
search
entity-neural-network
/
incubator
Collection of in-progress libraries for entity neural networks.
Apache License 2.0
29
stars
10
forks
source link
Hypertuner adaptive number of runs
#146
Closed
cswinter
closed
2 years ago
cswinter
commented
2 years ago
Makes several improvements to hypertuna.py:
run different number of experiments per trial depending on how likely it is that the trial will beat the best previous result
add support for n-head hyperparameter
add max-microbatch-size arg
update xprun config with new build process
misc fixes
Makes several improvements to hypertuna.py: