Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
fix bug in cold start (#803)
Browse files Browse the repository at this point in the history
* fix bug in cold start

* remove unused comment
  • Loading branch information
xuehui1991 authored and chicm-ms committed Mar 5, 2019
1 parent e051fae commit 96728c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sdk/pynni/nni/metis_tuner/metis_tuner.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ def _selection(self, samples_x, samples_y_aggregation, samples_y,
results_outliers = gp_outlier_detection.outlierDetection_threaded(samples_x, samples_y_aggregation)

if results_outliers is not None:

for results_outlier in results_outliers:
if _num_past_samples(samples_x[results_outlier['samples_idx']], samples_x, samples_y) < max_resampling_per_x:
candidates.append({'hyperparameter': samples_x[results_outlier['samples_idx']],\
Expand Down

0 comments on commit 96728c6

Please sign in to comment.