Skip to content

Commit

Permalink
fixing code format
Browse files Browse the repository at this point in the history
  • Loading branch information
rajithkrishnegowda committed Dec 11, 2024
1 parent 275fb37 commit 2c731c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl-workspace/torch_cnn_mnist/src/dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ def _load_raw_datashards(shard_num, collaborator_count, transform=None):
X_valid = X_valid_tot[shard_num::collaborator_count].unsqueeze(1).float()
y_valid = y_valid_tot[shard_num::collaborator_count]

return (X_train, y_train), (X_valid, y_valid)
return (X_train, y_train), (X_valid, y_valid)

0 comments on commit 2c731c1

Please sign in to comment.