Skip to content
Snippets Groups Projects

Resolve "rename exp path and name"

12 files
+ 75
85
Compare changes
  • Side-by-side
  • Inline
Files
12
"""Collection of configuration functions, paths and classes."""
from .path_config import ROOT_PATH, prepare_host, set_experiment_name, set_bootstrap_path, check_path_and_create, get_host
\ No newline at end of file
from .path_config import ROOT_PATH, prepare_host, set_experiment_name, set_bootstrap_path, check_path_and_create, \
get_host, set_experiment_path
\ No newline at end of file
Loading