File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 9
9
cache dir, data dir and socket dir into the container and let the container use them directly. We also remove the
10
10
global data directory and use only the data dir from now onwards.
11
11
* Add the surrogate SVM on MNIST benchmark from the BOHB paper.
12
+ * ParamNetBenchmark:
13
+ Suppress some unuseful warnings and introduce a new param net benchmark that has a reduced search space.
14
+ * Add Clean Up script:
15
+ See the documentation for more information. You can clean all caches and container files by calling:
16
+ ` python util/clean_up_scripts.py --clear_all `
17
+ * Improve Information on how to add a new benchmark
12
18
* Fix an error in PyBnn Benchmark:
13
19
We introduce the benchmark version 0.0.4.
14
20
In this new version, we prevent infinity values in the nll loss when the predicted variance
15
- is 0. We set the predicted variance before computing the log to max(var, 1e-10)
16
-
21
+ is 0. We set the predicted variance before computing the log to max(var, 1e-10)
17
22
# 0.0.7
18
23
* Fix an error in the NASBench1shot1 Benchmark (SearchSpace3).
19
24
* Improve the behavior when a benchmark container is shut down.
Original file line number Diff line number Diff line change 1
- __version__ = '0.0.8dev '
1
+ __version__ = '0.0.8 '
You can’t perform that action at this time.
0 commit comments