Skip to content

Commit 76bb5b5

Browse files
committed
fixed formatting error
1 parent 83400c9 commit 76bb5b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CollaborativeCoding/dataloaders/uspsh5_7_9.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def main():
109109
transforms.Normalize((0.5,), (0.5,)), # Normalize to [-1, 1]
110110
]
111111
)
112-
targets = np.array([6, 5, 4, 3, 2, 1, 0, 0, 0, 0])
113112
indices = np.array([7, 8, 9])
114113
# Load the dataset
115114
dataset = USPSH5_Digit_7_9_Dataset(

0 commit comments

Comments
 (0)