Skip to content

Commit

Permalink
changes (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
QazyBi authored Jul 10, 2023
1 parent b49e712 commit d07f4eb
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 91 deletions.
1 change: 1 addition & 0 deletions config/infer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ defaults:
- loggings: auto
- callbacks: auto
- initializations:
- wandb: default
- clear_ml: disabled
- experiments: ???
- override hydra/job_logging: custom
Expand Down
35 changes: 0 additions & 35 deletions config/predict.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions config/wandb/qb.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def main(config):
"experiments"
]
config.experiment_name = experiment_name

setup_clear_ml(config)
setup_wandb(config)
return run_pipeline(config, predict=True, test=False, train=False)


Expand Down
49 changes: 0 additions & 49 deletions predict.py

This file was deleted.

3 changes: 2 additions & 1 deletion wandb/settings
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[default]

disabled = true
mode = offline

0 comments on commit d07f4eb

Please sign in to comment.