Skip to content

Commit

Permalink
Update Nonlinear_CNN.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZooBeasts authored Mar 24, 2024
1 parent abdab80 commit 23c56c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nonlinear/Nonlinear_CNN.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __getitem__(self, index):
transforms.Normalize(mean=[0.5], std=[0.5]) # Normalize grayscale image to range [-1, 1]
])

dataset = MyDataset('1e3.csv', 'C:/Users/Administrator/Desktop/pythonProject/pr1/Training_Data/image/new/',
dataset = MyDataset('', '',
transform=transform)

dataloader = DataLoader(dataset, batch_size=85, shuffle=True)
Expand Down

0 comments on commit 23c56c4

Please sign in to comment.