Skip to content

Commit

Permalink
Adjusting default label
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanhoy committed Sep 23, 2023
1 parent 2e7d2c3 commit 3cf7032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchsig/datasets/file_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ def __init__(
class_list: List[str],
num_iq_samples: int = int(512 * 512),
capture_duration_samples: int = int(512 * 512),
class_target: str = "core:description",
class_target: str = "core:label",
**kwargs,
):
self.target_file = target_file
Expand Down

0 comments on commit 3cf7032

Please sign in to comment.