Skip to content

Commit

Permalink
fix bug #76
Browse files Browse the repository at this point in the history
  • Loading branch information
giotto-learn committed Jun 2, 2022
1 parent bb0c449 commit b3c91a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion gdeep/search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
'HPOConfig',
'HyperParameterOptimization',
'GiottoSummaryWriter',
'_benchmarking_param',
'PersformerHyperparameterSearch',
'clean_up_files'
]
7 changes: 2 additions & 5 deletions gdeep/utility/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .utils import _are_compatible, save_model_and_optimizer, \
ensemble_wrapper, _inner_refactor_scalars, is_notebook, \
autoreload_if_notebook, KnownWarningSilencer
autoreload_if_notebook, KnownWarningSilencer
from .constants import ROOT_DIR, DEFAULT_DATA_DIR, DATASET_BUCKET_NAME, \
DEFAULT_DOWNLOAD_DIR, DATASET_BUCKET_NAME, DEFAULT_GRAPH_DIR, \
DEVICE
Expand All @@ -9,12 +9,9 @@
get_return_type

__all__ = [
'_are_compatible',
'save_model_and_optimizer',
'optimisation',
'ensemble_wrapper',
'intersection_homology',
'_inner_refactor_scalars', # This should be here
'is_notebook',
'autoreload_if_notebook',
'ROOT_DIR',
Expand All @@ -28,4 +25,4 @@
'torch_transform',
'get_parameter_types',
'KnownWarningSilencer'
]
]
Empty file.

0 comments on commit b3c91a3

Please sign in to comment.