Skip to content

Commit

Permalink
Merge pull request #22 from lrm22005/Luis
Browse files Browse the repository at this point in the history
labels updated on path
  • Loading branch information
lrm22005 committed Apr 20, 2024
2 parents 650ee24 + 5f89620 commit 09dec70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
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.

0 comments on commit 09dec70

Please sign in to comment.