Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aimhubio/aimlflow
/ functions
Functions
37 in github.com/aimhubio/aimlflow
⨍
Functions
37
◇
Types & classes
5
↓ 6 callers
Method
get
(self, run_id)
aimlflow/utils.py:54
↓ 4 callers
Method
status
Prints things in bold.
setup.py:46
↓ 3 callers
Function
get_mlflow_experiments
(client, experiment)
aimlflow/utils.py:71
↓ 2 callers
Method
_process_runs
(self)
aimlflow/watcher.py:89
↓ 2 callers
Method
_process_single_run
(self, aim_run, mlflow_run)
aimlflow/watcher.py:79
↓ 2 callers
Function
collect_artifacts
(aim_run, mlflow_run, mlflow_client, exclude_artifacts)
aimlflow/utils.py:121
↓ 2 callers
Function
collect_metrics
(aim_run, mlflow_run, mlflow_client, timestamp=None)
aimlflow/utils.py:206
↓ 2 callers
Function
collect_run_params
(aim_run, mlflow_run)
aimlflow/utils.py:108
↓ 2 callers
Function
get_aim_run
(repo_inst, run_id, run_name, experiment_name, run_cache)
aimlflow/utils.py:87
↓ 2 callers
Method
refresh
(self)
aimlflow/utils.py:65
↓ 1 callers
Method
_get_current_active_mlflow_runs
(self)
aimlflow/watcher.py:68
↓ 1 callers
Function
_map_nested_dicts
(fun, tree)
aimlflow/utils.py:247
↓ 1 callers
Method
_search_experiment
(self, experiment_id)
aimlflow/watcher.py:65
↓ 1 callers
Function
_wait_forever
(watcher)
aimlflow/utils.py:239
↓ 1 callers
Function
convert_existing_logs
(repo_inst, tracking_uri, experiment=None, excluded_artifacts=None, no_cache=False)
aimlflow/utils.py:216
↓ 1 callers
Function
load_data
(data_dir="./data")
examples/hparam-tuning/tune.py:26
↓ 1 callers
Function
main
(num_samples=10, max_num_epochs=10, cpu_cores=4, gpus_per_trial=1)
examples/hparam-tuning/tune.py:164
↓ 1 callers
Method
run
(self)
examples/cross-lingual-transfer/main.py:45
↓ 1 callers
Method
start
(self)
aimlflow/watcher.py:51
↓ 1 callers
Method
stop
(self)
aimlflow/watcher.py:58
Method
__getitem__
(self, key: str)
aimlflow/utils.py:62
Method
__init__
(self, repo: 'Repo', tracking_uri: str, experiment: str = N
aimlflow/watcher.py:27
Method
__init__
(self, repo_path, no_cache=False)
aimlflow/utils.py:41
Method
__init__
(self, args)
examples/cross-lingual-transfer/main.py:25
Method
__init__
(self, l1=120, l2=84)
examples/hparam-tuning/tune.py:47
Method
__setitem__
(self, key: str, val: str)
aimlflow/utils.py:57
Function
_try_parse_str
(s)
aimlflow/utils.py:254
Method
_watch
(self)
aimlflow/watcher.py:133
Function
cli_entry_point
()
aimlflow/cli.py:17
Method
compute_metrics
(self, eval_pred)
examples/cross-lingual-transfer/main.py:32
Method
finalize_options
(self)
setup.py:53
Method
forward
(self, x)
examples/hparam-tuning/tune.py:56
Method
initialize_options
(self)
setup.py:50
Method
run
(self)
setup.py:56
Function
sync
(aim_repo, mlflow_tracking_uri, experiment, exclude_artifacts)
aimlflow/cli.py:29
Method
tokenize_function
(self, examples)
examples/cross-lingual-transfer/main.py:37
Function
train_cifar
(config)
examples/hparam-tuning/tune.py:66