Sara-Adjo commited on
Commit
97da8a0
·
verified ·
1 Parent(s): f573198

Update data_loader.py

Browse files
Files changed (1) hide show
  1. data_loader.py +0 -1
data_loader.py CHANGED
@@ -17,7 +17,6 @@ CLASS_NAMES = ["buildings", "forest", "glacier", "mountain", "sea", "street"]
17
 
18
 
19
 
20
-
21
  # PyTorch Data Pipeline
22
  def get_pytorch_loaders(train_dir: str, test_dir: str):
23
  mean = [0.485, 0.456, 0.406]
 
17
 
18
 
19
 
 
20
  # PyTorch Data Pipeline
21
  def get_pytorch_loaders(train_dir: str, test_dir: str):
22
  mean = [0.485, 0.456, 0.406]