Skip to content

Commit

Permalink
fix dataset split
Browse files Browse the repository at this point in the history
  • Loading branch information
almazgimaev committed Dec 16, 2024
1 parent 107050c commit 146d484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train/src/ui/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ def run_app():
val_datasets = state["valDatasets"]
benchmark_dataset_ids = [ds.id for ds in dataset_infos if ds.name in val_datasets]
train_dataset_ids = [ds.id for ds in dataset_infos if ds.name in train_datasets]
train_set, val_set = get_train_val_sets(g.project_dir, state)
else:

def get_image_infos_by_split(split: list):
Expand Down

0 comments on commit 146d484

Please sign in to comment.