Skip to content

Commit

Permalink
Update project_1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lrm22005 committed Oct 24, 2023
1 parent 3fb1e8c commit 92fca39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def main():
data_format = 'csv' # Choose 'csv' or 'png'

data_path, labels_path, saving_path = get_data_paths(data_format, is_linux=is_linux, is_hpc=is_hpc)
original_data, standardized_data, segment_names, labels = load_data(data_path, labels_path, dataset_size=10, train=True, data_format=data_format)
original_data, standardized_data, segment_names, labels = load_data(data_path, labels_path, dataset_size=10, train=False, data_format=data_format)
# test_data, _, _ = load_data(data_path, labels_path, dataset_size=30, train=False)

train_dataloader = create_dataloader(standardized_data)
Expand Down

0 comments on commit 92fca39

Please sign in to comment.