sebastiansarasti commited on
Commit
38d3047
·
verified ·
1 Parent(s): 7713d80

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -6,7 +6,7 @@ from torchvision.transforms import Compose, Resize, Grayscale, ToTensor, ToPILIm
6
 
7
  # global variable for the grayscale transform
8
  transform_gs = Compose(
9
- [Resize((128, 128)), Grayscale(num_output_channels=1), ToTensor()]
10
  )
11
 
12
  def process_gs_image(image):
 
6
 
7
  # global variable for the grayscale transform
8
  transform_gs = Compose(
9
+ [Resize((360, 360)), Grayscale(num_output_channels=1), ToTensor()]
10
  )
11
 
12
  def process_gs_image(image):