p1atdev commited on
Commit
94c74ee
·
verified ·
1 Parent(s): e781444

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ base_model:
10
  ```py
11
  import torchvision.transforms.v2 as T
12
 
13
- image_size = 448
14
  preprocessor = T.Compose(
15
  [
16
  T.Resize(
 
10
  ```py
11
  import torchvision.transforms.v2 as T
12
 
13
+ image_size = 384
14
  preprocessor = T.Compose(
15
  [
16
  T.Resize(