Skip to content
Snippets Groups Projects

Update tests

Merged Daniel CARRON requested to merge update-tests into issue-23-and-39
2 files
+ 18
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
1
@@ -75,7 +75,11 @@ class Pasa(pl.LightningModule):
@@ -75,7 +75,11 @@ class Pasa(pl.LightningModule):
self.model_transforms = [
self.model_transforms = [
Grayscale(),
Grayscale(),
SquareCenterPad(),
SquareCenterPad(),
torchvision.transforms.Resize(512, antialias=True),
torchvision.transforms.Resize(
 
512,
 
antialias=True,
 
interpolation=torchvision.transforms.InterpolationMode.BILINEAR,
 
),
]
]
self._train_loss = train_loss
self._train_loss = train_loss
Loading