Skip to content

labels updated on path #22

Merged
merged 1 commit into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion GP_Original_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def load_checkpoint(self, loader_name):
data_path, labels_path, saving_path = get_data_paths(data_format, is_linux=is_linux, is_hpc=is_hpc)

# Define batch size for loading data
batch_size = 512
batch_size = 1024
# Load the training, validation, and test data
train_loader = load_data_split_batched(data_path, labels_path, clinical_trial_train, batch_size, standardize=True, data_format='csv', read_all_labels=False, drop_last=True)
val_loader = load_data_split_batched(data_path, labels_path, clinical_trial_test, batch_size, standardize=True, data_format='csv', read_all_labels=False, drop_last=True)
Expand Down
Binary file added __pycache__/GP_original_data.cpython-312.pyc
Binary file not shown.