Skip to content

Commit

Permalink
GH-212: Remove file handler from parameter selection
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Nov 29, 2018
1 parent d33f69e commit 6a81240
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flair/hyperparameter/param_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ def __init__(self,

self.param_selection_file = init_output_file(base_path, 'param_selection.txt')

add_file_handler(log, base_path / 'param_selection.log')

@abstractmethod
def _set_up_model(self, params: dict) -> flair.nn.Model:
pass
Expand Down

0 comments on commit 6a81240

Please sign in to comment.